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