Order Matched
OrderMatched message format
Channel Update Fields
table
STRING
order
data
LIST of dictionary
notice
STRING
OrderMatched
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)
stopPrice
STRING
Stop price submitted (only applicable for STOP order types)
limitPrice
STRING
Limit price submitted
quantity
STRING
Order quantity submitted
amount
STRING
"0.0" if not provided in the request
side
STRING
BUY
or SELL
status
STRING
FILLED
or PARTIAL_FILL
marketCode
STRING
Market code i.e. BTC-USD-SWAP-LIN
timeInForce
STRING
Client submitted time in force (only applicable for LIMIT and STOP LIMIT order types)
timestamp
STRING
Millisecond timestamp of order match
matchID
STRING
Exchange match ID
matchPrice
STRING
Match price of order from this match ID
matchQuantity
STRING
Match quantity of order from this match ID
orderMatchType
STRING
MAKER
or TAKER
remainQuantity
STRING
Remaining order quantity
orderType
STRING
LIMIT
MARKET
triggered STOP_LIMIT
and STOP_MARKET
orders are converted to LIMIT
and MARKET
orders respectively
fees
STRING
Amount of fees paid from this match ID
feeInstrumentId
STRING
Instrument ID of fees paid from this match ID
isTriggered
STRING
False
(or True
for STOP order types)
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