Interface OrderChangeActiveStateListener
Deprecated.
An OrderChangeActiveStateListener instance will be notified of incoming client events for activating a limit order that already exists.
Typically this limit order will have been deacvitated, and the reactivated
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Callback for when the trade is closedvoid
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
orderChangeActiveStateReceived
(ChangeActiveState changeActiveState) Deprecated.Called when the client makes a request to activate an order
-
Method Details
-
orderChangeActiveStateReceived
Deprecated.Called when the client makes a request to activate an order- Parameters:
changeActiveState
- The object representing the request from the client to change the state of the order to activated.
-
orderCancelWaitReceived
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.- Parameters:
changeActiveState
- The object representing the request from the client to change the state of the order to activated.
-
onTradeClosed
void onTradeClosed()Deprecated.Callback for when the trade is closed
-