OrderResponse
Market symbol
Internal order ID
Custom order ID
BUY or SELL
Order price
76: Limit 路 77: Market 路 80: Peg/Algo
Order status code: 2 (ORDER_INSERTED) 路 4 (FULLY_MATCHED) 路 5 (PARTIAL_FILL) 路 6 (CANCELLED) 路 9 (TRIGGER_INSERTED) 路 10 (TRIGGER_ACTIVATED) 路 15 (REJECTED)
Average fill price
Original order quantity expressed in base currency
Original order quantity expressed in quote currency
Latest order quantity in base currency (after amendments / partial fills)
Latest order quantity in quote currency
Unfilled quantity in base currency
Unfilled quantity in quote currency
Most recent fill quantity in base currency
Cumulative filled quantity in base currency
Currency the order size is denominated in: base or quote
Possible values: [base, quote]
Deprecated in v3.3. Use originalOrderBaseSize / originalOrderQuoteSize
Deprecated in v3.3. Use filledBaseSize / totalFilledBaseSize
Deprecated in v3.3. Use remainingOrderBaseSize / remainingOrderQuoteSize
Deprecated in v3.3. Use originalOrderBaseSize / originalOrderQuoteSize
Trigger price (0 if not a trigger order)
Stop price
Time in force: GTC 路 IOC 路 FOK 路 HALFMIN 路 FIVEMIN 路 HOUR 路 TWELVEHOUR 路 DAY 路 WEEK 路 MONTH
Order timestamp
Whether the order is a trigger order
Whether post-only
Stealth value
Deviation value
{
"symbol": "string",
"orderID": "string",
"clOrderID": "string",
"side": "string",
"price": 0,
"orderType": 0,
"status": 0,
"averageFillPrice": 0,
"originalOrderBaseSize": 0,
"originalOrderQuoteSize": 0,
"currentOrderBaseSize": 0,
"currentOrderQuoteSize": 0,
"remainingOrderBaseSize": 0,
"remainingOrderQuoteSize": 0,
"filledBaseSize": 0,
"totalFilledBaseSize": 0,
"orderCurrency": "base",
"triggerPrice": 0,
"stopPrice": 0,
"time_in_force": "string",
"timestamp": 0,
"trigger": true,
"postOnly": true,
"stealth": 0,
"deviation": 0
}