Uses of Class
com.caplin.motif.fx.trading.orders.activestatechange.ChangeActiveState
-
Packages that use ChangeActiveState Package Description com.caplin.motif.fx.trading.orders.activestatechange Classes and interfaces that relate to activating or deactivating a previously submitted order or strategy.com.caplin.motif.fx.trading.orders.activestatechange.responder Classes used for sending events that relate to activation or deactivation of an order or strategy. -
-
Uses of ChangeActiveState in com.caplin.motif.fx.trading.orders.activestatechange
Methods in com.caplin.motif.fx.trading.orders.activestatechange with parameters of type ChangeActiveState Modifier and Type Method Description OrderChangeActiveStateListener
OrderChangeActiveStateListenerFactory. createChangeActiveStateListener(ChangeActiveState changeActiveState)
Deprecated.Returns an instance of OrderChangeActiveStateListener that will be notified of incoming client side events regarding orders being changed to the active state.void
OrderChangeActiveStateListener. orderCancelWaitReceived(ChangeActiveState changeActiveState)
Deprecated.Called when the client makes a request to cancel the timeout that is usually in place before the backend moves the request to pending.void
OrderChangeActiveStateListener. orderChangeActiveStateReceived(ChangeActiveState changeActiveState)
Deprecated.Called when the client makes a request to activate an orderConstructors in com.caplin.motif.fx.trading.orders.activestatechange with parameters of type ChangeActiveState Constructor Description OrderChangeActiveStateTradeListenerTranslator(OrderChangeActiveStateListener listener, ChangeActiveState request)
Deprecated. -
Uses of ChangeActiveState in com.caplin.motif.fx.trading.orders.activestatechange.responder
Constructors in com.caplin.motif.fx.trading.orders.activestatechange.responder with parameters of type ChangeActiveState Constructor Description OrderChangeStateSentResponder(ChangeActiveState trade)
Deprecated.Constructs a Responder that can respond from the ChangeStateSent state for the OrderChangeState trade model.OrderChangingStateResponder(ChangeActiveState trade)
Deprecated.Constructs a Responder that can respond from the ChangingState state for the OrderChangeState trade model.
-