public interface OrdersAdapter extends OrdersListener
OrdersListener with empty default method
implementations| Modifier and Type | Method and Description |
|---|---|
default void |
onOrderExecuted(ExecutionInfo executionInfo)
Called when execution (fill/partial fill) happens.
|
default void |
onOrderUpdated(OrderInfoUpdate orderInfoUpdate)
Called each time order is changed (placed/cancelled/updated/filled/partially
filled.
|
default void onOrderUpdated(OrderInfoUpdate orderInfoUpdate)
OrdersListenerOrdersListener description.onOrderUpdated in interface OrdersListenerdefault void onOrderExecuted(ExecutionInfo executionInfo)
OrdersListenerOrdersListener description. Order with
ExecutionInfo#executionId is supposed to exist (you should get at
least one OrdersListener.onOrderUpdated(OrderInfoUpdate) for that order first).
Note, that there will be a separate OrdersListener.onOrderUpdated(OrderInfoUpdate)
call reflecting filled/unfilled size change.onOrderExecuted in interface OrdersListener