Uses of Class
com.caplin.motif.fx.trading.Responder
Package
Description
Parent package with classes that relate to FX trading in general but no specific trading protocol.
Classes used for sending post-trade allocation events.
Classes used for sending block trade events.
Classes used for sending events that relate to activation or deactivation of an order or strategy.
Classes used for sending events that relate to performing bulk order actions.
Classes used for sending events relating to the cancelation of an order or strategy.
Classes used for sending events that relate to editing an existing order or order strategy.
Classes used for sending events that relate to an order strategy submission.
-
Uses of Responder in com.caplin.motif.fx.trading
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated. -
Uses of Responder in com.caplin.motif.fx.trading.block.responder
Modifier and TypeClassDescriptionclass
The Responder for block trades that can send messages from the ClientCloseSent state.class
A Responder for block trades that is able to send messages from the Executable state.class
A Responder for block trades that can to send messages from the Submitted state.class
A Responder for block trades that can to respond from the ExecuteSentclass
Base class for Responders that send the Expired messageclass
A Responder for block trades that can to send messages from the PickedUp state.class
A Responder for block trades that can send messages from the Queued state.class
Base class for responding to quotes from block trade states that send quotesclass
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
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated. -
Uses of Responder in com.caplin.motif.fx.trading.orders.bulkaction.responder
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated. -
Uses of Responder in com.caplin.motif.fx.trading.orders.cancelation.responder
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated. -
Uses of Responder in com.caplin.motif.fx.trading.orders.edit.responder
Modifier and TypeClassDescriptionclass
BaseErrorResponder<T extends UserTrade>
The base responder for the EditStrategy responders.class
A Responder for Edit Strategy, that can send messages from the ClientCloseSent state.class
A Responder for Edit Strategy, that can send message from the Editable state.class
A Responder for the Edit Strategy, that can send message from the EditOpenSent state.class
A Responder for Edit Strategy, that can send messages from the EditPending state.class
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
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.