Field name (REST) | Field tag (WS) | Possible values | Description | |
msgType | H / 35 | M | U8 | |
account | 1 | M | ulong | |
executionReports | 1268 | M | Array of Execution Report (8) | Orders falling under the specified filter criteria |
massStatusReqID | 584 | O | string | Request ID, if provided by the client in the OrderMassStatusRequest |
rejectReason | 380 | O | 4 — ApplicationNotAvailable 8 — ThrottleLimitExceeded | In case the list of orders cannot be loaded due to any error, Reject Reason will contain the description of the error. In this case Orders and Fills arrays will be empty (independently on the real number of orders existing on the exchange). |
text | 58 | O | string |
Samples
WS | REST |
{ "35":"U8", "1":1012838720, "1268":[ { "35":"8", "1":1012838720, "11":"OglW13ZX3", "37":"274c2751-f344-4aa1-9cbb-a35459e6c671", "55":"XBTUSD", "40":"2", "44":"11000", "60":1597417947135664469, "17":"4de770c38938980c4c491221312f75fc2c66a724", "150":"I", "39":"0", "54":"1", "38":"1", "151":"1", "14":"0", "77":"O", "1645":"0.00000455", "1644":"11" }, { "35":"8", "1":1012838720, "11":"d1KQ8We3Z", "37":"41e4ff69-b16d-4d46-81e9-1552a9ec5f3d", "55":"XBTUSD", "40":"2", "44":"10000", "60":1597418435502892695, "17":"78a13ef5effcdad384adda69e5fecabf3e1e86c8", "150":"I", "39":"0", "54":"1", "38":"1", "151":"1", "14":"0", "77":"O", "1645":"0.000005", "1644":"11" } ] } | { "msgType":"8", "account":1012838720, "clOrdId":"XWq0pR15g", "orderId":"65d7a06a-27t5-422e-99d9-3cadc04f5a35", "symbol":"XBTUSD", "ordType":"2", "price":"9000", "transactTime":1593778761271121920, "execId":"ff5fb8153652f0596bf07n6979255bed053c84b9", "execType":"I", "ordStatus":"0", "side":"1", "orderQty":"1", "leavesQty":"1", "cumQty":"0", "positionEffect":"O", "marginAmt":"0.00000556", "marginAmtType":"11" }, { "msgType":"8", "account":1012838720, "clOrdId":"159377922255162752", "orderId":"5b8413af-47a1-183d-be3a-3cc9fda7b2da", "symbol":"XBTUSD", "ordType":"2", "price":"9000", "transactTime":1593779222813286897, "execId":"2dd97f7a34e993b5e6h0b0d49091defc5e80316d", "execType":"I", "ordStatus":"0", "side":"1", "orderQty":"1", "leavesQty":"1", "cumQty":"0", "positionEffect":"O", "marginAmt":"0.00000556", "marginAmtType":"11" } |