Field name (REST) | Field tag (WS) | Possible values | Description | |
msgType | 35 | M | U9 | |
account | 1 | M | ulong | |
executionReports | 1268 | M | Array of Execution Reports | Trades satisfying the filter criteria |
tradeRequestID | 568 | O | string | Request ID, if provided by the client |
rejectReason | 380 | O | 4 — ApplicationNotAvailable 8 — ThrottleLimitExceeded | In case trades history cannot be loaded due to any error, Reject Reason will contain the description of the error. In this case the ExecutionReports array will be empty (independently on the real number of trades). |
text | 58 | O |
Samples
WS |
{ "35":"U9", "1":1012838720, "1268":[ { "35":"8", "1":1012838720, "11":"qAkn6jbx7", "37":"47994924-3792-4f6d-8421-7d85c40e94ef", "55":"XBTUSD", "60":1597418914881228000, "17":"4a5616fc01290f88814346afd33c7af63d6c9633", "1003":"9e41a367-6c31-45bf-a249-0338e91e92db", "54":"1", "32":"1", "31":"11708.23", "6":"11708.23", "1056":"0", "118":"0", "851":"2", "12":"0.00000004", "1233":"0.00045", "479":"BTC", "2618":131783925, "77":"O" }, { "35":"8", "1":1012838720, "11":"612b9a0yy", "37":"4cae88c0-4a6e-4f01-823f-9625212fb44e", "55":"XBTUSD", "60":1597418912238839000, "17":"49bcb181eb00702892e43c88b2f78e7769b206c5", "1003":"08d46767-b2e3-40df-be07-576dd20ed685", "54":"1", "32":"1", "31":"11708.23", "6":"11708.23", "1056":"0", "118":"0", "851":"2", "12":"0.00000004", "1233":"0.00045", "479":"BTC", "2618":131783919, "77":"O" } ] } |