Uses of Class
com.caplin.motif.fx.trading.orders.bulkaction.BulkOrderActionTrade
-
Packages that use BulkOrderActionTrade 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. -
-
Uses of BulkOrderActionTrade in com.caplin.motif.fx.trading.orders.bulkaction
Methods in com.caplin.motif.fx.trading.orders.bulkaction with parameters of type BulkOrderActionTrade Modifier and Type Method Description void
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.BulkOrderActionTradeListener
BulkOrderActionTradeListenerFactory. createBulkOrderActionTradeListener(BulkOrderActionTrade bulkOrderActionTrade)
Deprecated.Returns an instance of BulkOrderActionTradeListener that will be notified of incoming client side events of bulk order actions.Constructors in com.caplin.motif.fx.trading.orders.bulkaction with parameters of type BulkOrderActionTrade Constructor Description BulkOrderActionTradeListenerTranslator(BulkOrderActionTradeListener listener, BulkOrderActionTrade request)
Deprecated. -
Uses of BulkOrderActionTrade in com.caplin.motif.fx.trading.orders.bulkaction.responder
Constructors in com.caplin.motif.fx.trading.orders.bulkaction.responder with parameters of type BulkOrderActionTrade Constructor Description BulkOrderActionProcessingResponder(BulkOrderActionTrade trade)
Deprecated.Constructs a Responder that can respond from the Processing state for the BulkOrderAction trade model.BulkOrderActionSentResponder(BulkOrderActionTrade trade)
Deprecated.Constructs a BulkOrderAction that can respond from the BulkOrderActionTrade for the BulkOrderAction trade model.
-