Uses of Class
com.caplin.motif.fx.trading.Responder
-
Packages that use Responder 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.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. -
-
Uses of Responder in com.caplin.motif.fx.trading
Subclasses of Responder in com.caplin.motif.fx.trading Modifier and Type Class Description class
FXResponder<T extends UserTrade>
Base class for FX Related responders that wish to send error and reject events -
Uses of Responder in com.caplin.motif.fx.trading.allocation.responder
Subclasses of Responder in com.caplin.motif.fx.trading.allocation.responder Modifier and Type Class Description class
ClientCloseSentResponder
A Responder that responds from within the ClientCloseSent state.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. -
Uses of Responder in com.caplin.motif.fx.trading.block.responder
Subclasses of Responder in com.caplin.motif.fx.trading.block.responder Modifier and Type Class 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 ExecuteSentclass
BlockTradeExpiredResponder
Base class for Responders that send the Expired messageclass
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 quotesclass
BlockTradeSubmittedResponder
The Responder for block trades that can send messages from the Submitted state. -
Uses of Responder in com.caplin.motif.fx.trading.orders.activestatechange.responder
Subclasses of Responder in com.caplin.motif.fx.trading.orders.activestatechange.responder Modifier and Type Class Description class
OrderChangeStateSentResponder
Deprecated.class
OrderChangingStateResponder
Deprecated. -
Uses of Responder in com.caplin.motif.fx.trading.orders.bulkaction.responder
Subclasses of Responder in com.caplin.motif.fx.trading.orders.bulkaction.responder Modifier and Type Class Description class
BulkOrderActionProcessingResponder
Deprecated.class
BulkOrderActionSentResponder
Deprecated. -
Uses of Responder in com.caplin.motif.fx.trading.orders.cancelation.responder
Subclasses of Responder in com.caplin.motif.fx.trading.orders.cancelation.responder Modifier and Type Class Description class
OrderCancelingResponder
Deprecated.class
OrderCancelSentResponder
Deprecated. -
Uses of Responder in com.caplin.motif.fx.trading.orders.edit.responder
Subclasses of Responder in com.caplin.motif.fx.trading.orders.edit.responder Modifier and Type Class Description class
BaseErrorResponder<T extends UserTrade>
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. -
Uses of Responder in com.caplin.motif.fx.trading.orders.submission.responder
Subclasses of Responder in com.caplin.motif.fx.trading.orders.submission.responder Modifier and Type Class Description class
OrderPendingAcceptResponder
Deprecated.class
OrderQueuedResponder
Deprecated.class
OrderSubmittedResponder
Deprecated.
-