Package | Description |
---|---|
com.caplin.motif.fx |
Parent package with enumerations that relate to the FX asset class in general.
|
com.caplin.motif.fx.blotter.message |
Messages that can be sent for structural blotter changes and blotter items.
|
com.caplin.motif.fx.trading |
Parent package with classes that relate to FX trading in general but no specific trading protocol.
|
com.caplin.motif.fx.trading.allocation |
Classes and interfaces that relate to post-trade allocations.
|
com.caplin.motif.fx.trading.block |
Classes and interfaces that relate to block trading.
|
com.caplin.motif.fx.trading.block.event |
Classes representing the events that can happen during the block trade process.
|
com.caplin.motif.fx.trading.esp.event |
Classes representing the events that can happen during an ESP trade.
|
com.caplin.motif.fx.trading.orders.details |
Classes and interfaces that relate to supplying the details of a previously submitted order strategy.
|
com.caplin.motif.fx.trading.orders.submission |
Classes and interfaces that relate to submitting an order or order strategy.
|
com.caplin.motif.fx.trading.rfs.event |
Classes representing the events that can happen during an RFS trade.
|
com.caplin.motif.fx.trading.rfs.sales |
Classes used for sales trading on behalf of a client.
|
Modifier and Type | Method and Description |
---|---|
BuySell |
BuySell.opposite()
Returns the opposite side.
|
static BuySell |
BuySell.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuySell[] |
BuySell.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HistoricItemMessage.Builder |
HistoricItemMessage.Builder.farBuySell(BuySell buySell)
Sets the far BuySell
|
T |
FXBaseBlotterItemMessage.Builder.nearBuySell(BuySell buySell)
Sets the near BuySell
|
Modifier and Type | Method and Description |
---|---|
BuySell |
FXExecutionTradeLeg.getBuySell()
Returns the
BuySell direction of this leg or null if it
has not been defined at this point. |
Modifier and Type | Method and Description |
---|---|
BuySell |
PostTradeAllocation.getBuySell()
Returns whether or not this is a buy or a sell.
|
BuySell |
PostTradeAllocationList.getBuySell()
Returns whether or not the original trade was a BUY or SELL.
|
Modifier and Type | Method and Description |
---|---|
BuySell |
BlockTradeLeg.getBuySell()
Returns the
BuySell direction of this leg. |
Modifier and Type | Method and Description |
---|---|
BuySell |
NettedLegExecution.getBuySell() |
Constructor and Description |
---|
NettedLegExecution(String legNumber,
String nettedPrice,
BuySell buySell) |
Modifier and Type | Method and Description |
---|---|
BuySell |
ESPSubmitEvent.getBuySell()
Returns the BuySell object denoting whether the side of the trade was buy
or sell
|
Constructor and Description |
---|
ESPSubmitEvent(String price,
BuySell buySell,
String quoteId)
Constructs the ESPSubmitEvent object with the price, side and quote id
that the client wants to execute an ESP trade on.
|
ESPSubmitEvent(String price,
BuySell buySell,
String quoteId,
String toboUser)
Constructs the ESPSubmitEvent object with the price, side and quote id
and toboUser that the client wants to execute an ESP trade on.
|
Modifier and Type | Method and Description |
---|---|
BuySell |
Order.getBuySell() |
Modifier and Type | Method and Description |
---|---|
OrderFieldSet |
OrderFieldSet.setBuySell(BuySell buySell)
Sets the side of the order, from the perspective of the person who placed it.
|
Modifier and Type | Method and Description |
---|---|
BuySell |
Order.getBuySell()
Returns the
BuySell direction of this order. |
Modifier and Type | Method and Description |
---|---|
BuySell |
RFSExecuteEvent.getBuySell()
The side that the trade should be executed at.
|
Modifier and Type | Method and Description |
---|---|
RFSTradeConfirmationEvent.LegBuilder |
RFSTradeConfirmationEvent.LegBuilder.buySell(BuySell buySell) |
Constructor and Description |
---|
RFSExecuteEvent(String price,
String priceId,
BuySell buySell)
Constructs an execute event.
|
RFSExecuteEvent(String price,
String priceId,
BuySell buySell,
SalesRFSExecution salesValues)
Constructs an execute event.
|
Modifier and Type | Method and Description |
---|---|
static LegValues |
LegValues.extractLegValues(com.caplin.trading.TradeEvent event,
BuySell buySell,
String legPrefix) |
static SpotValues |
SpotValues.extractSpotValues(com.caplin.trading.TradeEvent event,
BuySell nearBuySell,
FXTradingType tradingType) |
static SwapValues |
SwapValues.extractSwapValues(com.caplin.trading.TradeEvent event,
BuySell buySell) |
Copyright © 2015 Caplin Systems.