Orders
Real time information about client’s orders. There are three types of events: "place"
, "trade"
, and "canceled"
.
Stream Response Field | Data Type | Description |
---|---|---|
symbol | String | symbol name |
type | String | MARKET, LIMIT, LIMIT_MAKER |
quantity | String | number of base units for this order |
orderId | String | order id |
tradeFee | String | fee amount for the trade |
clientOrderId | String | user specified id |
accountType | String | SPOT |
feeCurrency | String | fee currency name |
eventType | String | place, trade, canceled |
source | String | WEB, APP, API |
side | String | BUY, SELL |
filledQuantity | String | base units filled in this order |
filledAmount | String | quote units filled in this order |
matchRole | String | MAKER, TAKER |
state | String | NEW, PARTIALLY_FILLED, FILLED, PENDING_CANCEL, PARTIALLY_CANCELED, CANCELED, FAILED |
tradeTime | Long | time the trade was executed |
tradeAmount | String | number of quote units for a trade |
orderAmount | String | number of quote units for this order |
createTime | Long | time the record was created |
price | String | set price of the order |
tradeQty | String | number of base units for a trade |
tradePrice | String | price of the trade |
tradeId | String | id of the trade |
ts | Long | time the record was pushed |