Order Opened
Channel Update Fields
table
STRING
order
data
LIST of dictionary
notice
STRING
OrderOpened
accountId
STRING
Account identifier
clientOrderId
STRING
Client assigned ID to help manage and identify orders with max value 9223372036854775807
orderId
STRING
Unique order ID from the exchange
price
STRING
Limit price submitted (only applicable for LIMIT order types)
quantity
STRING
Quantity submitted
amount
STRING
"0.0" if not provided in the request
side
STRING
BUY
or SELL
status
STRING
Order status
marketCode
STRING
Market code e.g. OX-USDT
timeInForce
STRING
Client submitted time in force, GTC
by default
timestamp
STRING
Current millisecond timestamp
remainQuantity
STRING
Working quantity
orderType
STRING
LIMIT
, STOP_LIMIT
, or STOP_MARKET
stopPrice
STRING
Stop price submitted (only applicable for STOP order types)
limitPrice
STRING
Limit price submitted
isTriggered
STRING
False
or True
triggerType
STRING
Stops are triggered on MARK_PRICE
displayQuantity
STRING
Quantity displayed in the book, primarily used for iceberg orders, otherwise echos the quantity field
Last updated