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.
|
Modifier and Type | Method and Description |
---|---|
OrderChangeActiveStateListener |
OrderChangeActiveStateListenerFactory.createChangeActiveStateListener(ChangeActiveState changeActiveState)
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)
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)
Called when the client makes a request to activate an order
|
Constructor and Description |
---|
OrderChangeActiveStateTradeListenerTranslator(OrderChangeActiveStateListener listener,
ChangeActiveState request) |
Constructor and Description |
---|
OrderChangeStateSentResponder(ChangeActiveState trade)
Constructs a Responder that can respond from the ChangeStateSent state
for the OrderChangeState trade model.
|
OrderChangingStateResponder(ChangeActiveState trade)
Constructs a Responder that can respond from the ChangingState state
for the OrderChangeState trade model.
|
Copyright © 2015 Caplin Systems.