For AI agents: visit https://apidocliquidity.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| orderState | 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. |
| Type | Description |
|---|
DMA | Direct Market Access. Refers to standard orders manually initiated by the user. |
SYSTEM_LIQ | Full Liquidation. Triggered by the system to fully close positions when the account risk reaches the liquidation threshold. |
SYSTEM_REDUCE | Partial ADL/Reduction. A partial position reduction executed by the system during forced liquidation to restore the account to a safe risk level. |
REPLACE | Order Amendment. Refers to orders generated through the modification of existing order parameters, such as price or quantity. |
DELIST | Delisting Settlement. Automated orders triggered by the exchange due to the removal of a trading pair from the platform. |
SYSTEM | Standard Exchange Settlement, which refers to open/close orders that align with user-initiated trades via API or client interfaces. |
SETTLEMENT | Internal Settlement Only. Refers to open/close operations completed solely within the LTP system without exchange reporting. |