Field name (REST) | Field tag (WS) | Possible values | Description | |
msgType | 35 | M | AL | |
posReqId | 710 | M | string (40) | ClOrdId of the request |
posTransType | 709 | M | 20 — Collapse | |
posMaintAction | 712 | M | 2 — Replace | |
account | 1 | M | ulong | |
symbol | 55 | M | string |
Samples
WS | REST |
{ "35":"AL", "710":"myClOrdId_23", "709":"20", "712":"2", "1":1012838720, "55":"XBTUSD" } | { "clOrdId":"myClOrdId_20", "posTransType":"20", "posMaintAction":"2", "account":1012838720, "symbol":"XBTUSD" } |