Package | Description |
---|---|
com.caplin.motif.fx.trading.orders.bulkaction |
Classes and interfaces that relate to performing bulk order action e.g.
|
com.caplin.motif.fx.trading.orders.bulkaction.responder |
Classes used for sending events that relate to performing bulk order actions.
|
Modifier and Type | Method and Description |
---|---|
void |
BulkOrderActionTradeListener.bulkOrderActionCancelWaitReceived(BulkOrderActionTrade bulkOrderActionTrade)
Called when the client makes a request to cancel the timeout that is usually
in place before the backend moves the request to completed.
|
void |
BulkOrderActionTradeListener.bulkOrderActionReceived(BulkOrderActionTrade bulkOrderActionTrade)
Called when the client makes a request to perform bulk action on orders.
|
BulkOrderActionTradeListener |
BulkOrderActionTradeListenerFactory.createBulkOrderActionTradeListener(BulkOrderActionTrade bulkOrderActionTrade)
Returns an instance of BulkOrderActionTradeListener that will
be notified of incoming client side events of bulk order actions.
|
Constructor and Description |
---|
BulkOrderActionTradeListenerTranslator(BulkOrderActionTradeListener listener,
BulkOrderActionTrade request) |
Constructor and Description |
---|
BulkOrderActionProcessingResponder(BulkOrderActionTrade trade)
Constructs a Responder that can respond from the Processing state
for the BulkOrderAction trade model.
|
BulkOrderActionSentResponder(BulkOrderActionTrade trade)
Constructs a BulkOrderAction that can respond from the BulkOrderActionTrade
for the BulkOrderAction trade model.
|
Copyright © 2015 Caplin Systems.