get https://trade-hk.oslsandbox.com/api/v4/execution/order
Get all executions of a particular order.
Either
orderID
orclOrdID
array needs to be present in the request, but not both.
ordStatus
Code Table
ordStatus
Code TableCode | Description |
---|---|
New | The order is active and unexecuted on the exchange |
PartiallyFilled | The order is active and partially filled on the exchange |
Filled | The order is fully filled and no longer active on the exchange |
Cancelled | The order is cancelled and no longer active on the exchange |
Replaced | The order is amended |
Rejected | The order is rejected and no longer active on the exchange |
Suspended | The order is suspended |
Expired | The order is expired and no longer active on the exchange |
Withdrawn | The order is withdrawn to prevent self trade orders |