Field name (REST) | Field tag (WS) | Possible values | Description | |
msgType | 35 | M | D | |
account | 1 | M | ulong | |
symbol | 55 | M | string | |
clOrdId | 11 | M | string | ClOrdId of the cancel (cancel/replace) request |
origClOrdId | 41 | C | string | ID provided by the client in the request will be returned |
orderId | 37 | C | string | |
ordStatus | 39 | C | Provided if the order existed | |
cxlRejResponseTo | 434 | M | 1 — OrderCancelRequest 2 — OrderCancelReplaceRequest | |
cxlRejReason | 102 | M | 0 — TooLateToCancel 1 — UnknownOrder 3 — OrderAlreadyInPendingStatus 6 — DuplicateClOrdId 99 — OtherCxlRejReason | Refer to RejectText for further information |
rejectText | 1328 | M | string | |
transactTime | 60 | M |
Samples
WS | REST |
{ "35":"9", "1":1012838720, "55":"XBTUSD", "11":"ZL5nWkann", "37":"def5d9f7-3843-4099-aa6f-2951cbce627f", "39":"8", "434":"1", "102":"6", "1328":"Duplicate Order Cancel Request", "60":1597426207679448444 } | { "error":"OrigClOrdId and OrderId are empty" } |