Uses of Class
com.caplin.motif.fx.trading.orders.bulkaction.BulkOrderActionTrade
Package
Description
Classes and interfaces that relate to performing bulk order action e.g.
Classes used for sending events that relate to performing bulk order actions.
-
Uses of BulkOrderActionTrade in com.caplin.motif.fx.trading.orders.bulkaction
Modifier and TypeMethodDescriptionvoid
BulkOrderActionTradeListener.bulkOrderActionCancelWaitReceived
(BulkOrderActionTrade bulkOrderActionTrade) Deprecated.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) Deprecated.Called when the client makes a request to perform bulk action on orders.BulkOrderActionTradeListenerFactory.createBulkOrderActionTradeListener
(BulkOrderActionTrade bulkOrderActionTrade) Deprecated.Returns an instance of BulkOrderActionTradeListener that will be notified of incoming client side events of bulk order actions.ModifierConstructorDescriptionBulkOrderActionTradeListenerTranslator
(BulkOrderActionTradeListener listener, BulkOrderActionTrade request) Deprecated. -
Uses of BulkOrderActionTrade in com.caplin.motif.fx.trading.orders.bulkaction.responder
ModifierConstructorDescriptionDeprecated.Constructs a Responder that can respond from the Processing state for the BulkOrderAction trade model.Deprecated.Constructs a BulkOrderAction that can respond from the BulkOrderActionTrade for the BulkOrderAction trade model.