Order State (orderState)
| Status | Description |
|---|---|
| NEW | The order request has been received. |
| OPEN | The order was successfully placed on the exchange, but not yet filled. |
| CANCELLED | The order has been canceled. Any filled quantity will be shown in the executedQty field; if none, the order was completely canceled. |
| FILLED | The order has been completely filled. |
| PARTIALLY_FILLED | The order has been partially filled. |
| REJECT | The order was rejected by the exchange. |
| FAIL | The List Status is responding to a failed action during order placement. |
Order Type (orderType)
| Type | Description |
|---|---|
| DMA | It refers a user-initiated order. |
| SYSTEM_LIQ | It refers to fully forced liquidation triggered when the system detects high account risk. |
| SYSTEM_REDUCE | It refers to partial position reduction during forced liquidation to bring the risk back to the safety threshold. |
| REPLACE | Order amendment, such as modifying the amount and quantity. |
