Package | Description |
---|---|
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.block |
Classes and interfaces that relate to block trading.
|
com.caplin.motif.fx.trading.esp |
Classes and interfaces that relate to ESP (Executable Streaming Price) trading.
|
com.caplin.motif.fx.trading.rfs |
Classes and interfaces that relate to RFS (Request For Stream) trading.
|
com.caplin.motif.trading.validator |
Classes and interfaces that relate to validating trade events.
|
Modifier and Type | Method and Description |
---|---|
void |
FXTradeAdapter.registerBlockTradeListenerFactory(BlockTradeListenerFactory factory,
TradeValidator tradeFieldsValidator)
Registers a factory that will listen to Block Trade workflows initiated
from the client.
|
void |
FXTradeAdapter.registerESPTradeListenerFactory(ESPTradeListenerFactory factory,
TradeValidator tradeFieldsValidator)
Registers a factory that will listen to ESP Trade workflows initiated
from the client.
|
void |
FXTradeAdapter.registerRFSTradeListenerFactory(RFSTradeListenerFactory factory,
TradeValidator tradeFieldsValidator)
Registers a factory that will listen to RFS Trade workflows initiated
from the client.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockTradeValidator |
Constructor and Description |
---|
BlockTradeListenerFactoryTranslator(BlockTradeListenerFactory tradeListenerFactory,
TradeValidator validator,
BlockTradeFactory tradeFactory)
Instantiates a BlockTradeListenerFactoryTranslator
|
Modifier and Type | Class and Description |
---|---|
class |
ESPTradeValidator |
Constructor and Description |
---|
ESPTradeListenerFactoryTranslator(ESPTradeListenerFactory tradeListenerFactory,
TradeValidator validator) |
Modifier and Type | Class and Description |
---|---|
class |
RFSTradeValidator
Validates that the initial RFS Trade messages has the correct fields.
|
class |
SalesRFSTradeValidator
Validates that the initial RFS Trade messages has the correct fields.
|
Modifier and Type | Method and Description |
---|---|
static TradeValidator |
RFSValidators.create(TradingSubProtocol subProtocol) |
Constructor and Description |
---|
RFSTradeListenerFactoryTranslator(RFSTradeListenerFactory tradeListenerFactory,
TradeValidator validator) |
Modifier and Type | Class and Description |
---|---|
class |
RequiredTradeFieldsValidator |
class |
TradeTypeValidator |
Copyright © 2015 Caplin Systems.