RequestExportCsvAccountStpHistory
*Request for export stp trading history of the specified account to csv
Request format
{
"Login": 10001,
"From": "2016-10-06",
"To": "2017-01-14",
"Delimeter" : ";",
"FileName" : "StpTradeHistory.csv",
"RequestId": "c5bc135c-a4eb-45a9-9f98-822c1ba0830b",
"Nodes": [
"node1"
],
"RequestName": "RequestExportCsvAccountStpHistory"
}
Request parameters:
| Name | Description |
|---|---|
| RequestId | Unique request GUID |
| Nodes | One node is indicated on which the account is registered |
| Login | Login by which the history is needed |
| From | History start date and time |
| To | Date and time of the end of history |
| RequestName | Request type |
| Delimeter | Csv file separator |
| FileName | File name |
Response ResponseExportCsvAccountStpHistory
{
"Result": {
"Data": "UEsDBBQAAAAIAK2KyFQdmbbUoAMAACsLAAAQAAAAQWN0aXZlT...[Content truncated for readability]...AAAAAAAAAAAAAAAAAA=="
},
"RequestId": "01a3a577-4edd-443e-acdd-95dc42b537fd",
"Errors": [],
"ResponseMaster": "ResponseExportCsvAccountStpHistory"
}