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.allocation.responder |
Classes used for sending post-trade allocation events.
|
com.caplin.motif.fx.trading.block.responder |
Classes used for sending block trade events.
|
com.caplin.motif.fx.trading.esp.responder |
Classes used for sending ESP trade events.
|
com.caplin.motif.fx.trading.orders.activestatechange.responder |
Classes used for sending events that relate to activation or deactivation of an order or strategy.
|
com.caplin.motif.fx.trading.orders.bulkaction.responder |
Classes used for sending events that relate to performing bulk order actions.
|
com.caplin.motif.fx.trading.orders.cancelation.responder |
Classes used for sending events relating to the cancelation of an order or strategy.
|
com.caplin.motif.fx.trading.orders.edit.responder |
Classes used for sending events that relate to editing an existing order or order strategy.
|
com.caplin.motif.fx.trading.orders.submission.responder |
Classes used for sending events that relate to an order strategy submission.
|
com.caplin.motif.fx.trading.rfs.responder |
Classes used for sending RFS trade events.
|
Modifier and Type | Class and Description |
---|---|
class |
FXResponder<T extends MotifTrade>
Base class for FX Related responders that wish to send error and reject events
|
Modifier and Type | Class and Description |
---|---|
class |
PendingAllocationResponder
A Responder to respond from within the PendingAllocation state.
|
class |
QueuedResponder
A Responder to respond from within the QueuedState.
|
class |
SubmittedResponder
A Responder to respond from within the Submitted state.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockTradeClientCloseSentResponder
The Responder for block trades that can send messages from the ClientCloseSent state.
|
class |
BlockTradeExecutableResponder
A Responder for block trades that is able to send messages from the Executable state.
|
class |
BlockTradeExecutedResponder
A Responder for block trades that can to send messages from the Submitted state.
|
class |
BlockTradeExecuteSentResponder
A Responder for block trades that can to respond from the ExecuteSent
|
class |
BlockTradeExpiredResponder
Base class for Responders that send the Expired message
|
class |
BlockTradePickedUpResponder
A Responder for block trades that can to send messages from the PickedUp state.
|
class |
BlockTradeQueuedResponder
A Responder for block trades that can send messages from the Queued state.
|
class |
BlockTradeQuoteResponder
Base class for responding to quotes from block trade states that send quotes
|
class |
BlockTradeSubmittedResponder
The Responder for block trades that can send messages from the Submitted state.
|
Modifier and Type | Class and Description |
---|---|
class |
PickedUpResponder
A Responder that can respond from the PickedUp state.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderChangeStateSentResponder
A Responder for the OrderChangeState trade model that can respond
from the ChangeStateSent state.
|
class |
OrderChangingStateResponder
A Responder for the OrderChangeState trade model that can respond
from the ChangingState state.
|
Modifier and Type | Class and Description |
---|---|
class |
BulkOrderActionProcessingResponder
A Responder for the BulkOrderAction trade model that can respond
from the Processing state.
|
class |
BulkOrderActionSentResponder
A Responder for the BulkOrderAction trade model that can respond
from the BulkActionSent state.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderCancelingResponder
A Responder for canceling limit orders that can send messages from the Canceling state
|
class |
OrderCancelSentResponder
A Responder for canceling limit orders that can send messages from the CancelSent state.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseErrorResponder<T extends MotifTrade>
The base responder for the EditStrategy responders.
|
class |
ClientCloseSentResponder
A Responder for Edit Strategy, that can send messages from the ClientCloseSent state.
|
class |
EditableResponder
A Responder for Edit Strategy, that can send message from the Editable state.
|
class |
EditOpenSentResponder
A Responder for the Edit Strategy, that can send message from the EditOpenSent state.
|
class |
EditPendingResponder
A Responder for Edit Strategy, that can send messages from the EditPending state.
|
class |
SavingResponder
A Responder for Edit Strategy, that can send messages from the Saving state.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderPendingAcceptResponder
Responder that can respond from the PendingAccept state.
|
class |
OrderQueuedResponder
Responder that can respond from the Queued state.
|
class |
OrderSubmittedResponder
Responder that can respond from the Submitted state.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutableResponder
Responder that can respond from the Executable state.
|
class |
ExecutedResponder
Responder that can respond from the Submittted state.
|
class |
ExecuteSentResponder
Constructs a responder used for sending events from the ExecuteSent state.
|
class |
ExpiredResponder
Base class for sending expired events.
|
class |
QuoteResponder
Base class for sending Quotes.
|
Copyright © 2015 Caplin Systems.