Field name (REST) | Field tag (WS) | Possible values | Description | |
msgType | 35 | M | F | |
clOrdId | 11 | M | string (40) | ID of the OrderCancelRequest |
origClOrdId | 41 | C | string (40) | One of these IDs must be provided |
orderId | 37 | C | string (40) | |
symbol | 55 | M | string | |
side | 54 | M | ||
transactTime | 60 | M | ||
account | 1 | M | ulong |
Samples
WS | REST |
{ "35":"F", "1":1012838720, "11":"myClOrdId_10", "37":"9abbaae4-4083-4a10-be54-34659e085f92", "55":"XBTUSD", "54":"1", "60":1597425964842021859 } | { "clOrdId":"myClOrdId_9", "orderId":"6f2236d3-399f-4922-8848-d84f1d551175", "transactTime":1597676620466767952, "account":1012838720, "symbol":"XBTUSD", "side":"1" } |