Uses of Class
com.caplin.motif.fx.trading.orders.cancelation.CancelRequest
Package
Description
Class and interfaces that relate to canceling a previously submitted order or strategy.
Classes used for sending events relating to the cancelation of an order or strategy.
-
Uses of CancelRequest in com.caplin.motif.fx.trading.orders.cancelation
Modifier and TypeMethodDescriptionOrderCancelationListenerFactory.createOrderCancelationListener
(CancelRequest request) Deprecated.Returns an instance of OrderCancelationListener that will be notified of incoming client side events regarding orders that already exist being canceled.void
OrderCancelationListener.orderCancelRequestReceived
(CancelRequest cancelRequest) Deprecated.Called when the client makes a request to cancel an existing Limit Order.ModifierConstructorDescriptionOrderCancelationTradeListenerTranslator
(OrderCancelationListener listener, CancelRequest request) Deprecated. -
Uses of CancelRequest in com.caplin.motif.fx.trading.orders.cancelation.responder
ModifierConstructorDescriptionDeprecated.Constructs a Responder that can respond from the Canceling state for the OrderCancel trade model.Deprecated.Constructs a Responder that can respond from the CancelSent state for the OrderCancel trade model.