API Reference

ENUM Definitions

Order State (orderState)

StatusDescription
NEWThe order request has been received.
OPENThe order was successfully placed on the exchange, but not yet filled.
CANCELLEDThe order has been canceled. Any filled quantity will be shown in the executedQty field; if none, the order was completely canceled.
FILLEDThe order has been completely filled.
PARTIALLY_FILLEDThe order has been partially filled.
REJECTThe order was rejected by the exchange.
FAILThe List Status is responding to a failed action during order placement.

Order Type (orderType)

TypeDescription
DMAIt refers a user-initiated order.
SYSTEM_LIQIt refers to fully forced liquidation triggered when the system detects high account risk.
SYSTEM_REDUCEIt refers to partial position reduction during forced liquidation to bring the risk back to the safety threshold.
REPLACEOrder amendment, such as modifying the amount and quantity.