RequestLastExecutorEvents
Request for a list of the last executed orders in dealing
Request format
{
"Top": 500,
"Nodes": [],
"RequestId": "28d28b74-7a38-421c-9889-b86bb9c02ac7",
"RequestName": "RequestLastExecutorEvents"
}
Request parameters:
| Name | Description |
|---|---|
| RequestId | Unique request GUID |
| Nodes | List of nodes that participate in the request. If the list is empty, then all available nodes are called. |
| Top | Number of records |
| RequestName | Request type |
Response ResponseLastExecutorEvents
{
"Result": [ "{\"Node\":\"Second\",\"Platform\":\"Mt4\",\"Type\":\"TradeOpen\",\"Time\":\"2018-05-04 21:41:15:000\",\"TimeUtc\":\"2018-05-04 18:41:15:000\",\"Entity\":{\"Node\":\"Second\",\"Platform\":\"Mt4\",\"Order\":29512542,\"Login\":517509,\"Group\":\"gagarin2\",\"Country\":\"UGANDA\",\"Currency\":\"USD\",\"Symbol\":\"EURCAD\",\"Digits\":5,\"Status\":\"Unrealized\",\"Cmd\":\"Buy\",\"State\":\"OpenNormal\",\"Activation\":\"None\",\"Reason\":\"MobileDevice\",\"Volume\":3.68,\"VolumeInUsd\":440047.04,\"OpenTime\":\"2018-05-04 21:41:15:000\",\"OpenPrice\":1.53698,\"Commission\":0.0,\"CommissionAgent\":0.0,\"Swaps\":0.0,\"ClosePrice\":1.53655,\"Profit\":-123.15,\"ProfitWithTaxesUsd\":-123.15,\"Taxes\":0.0,\"Comment\":\"\",\"Timestamp\":\"2018-05-04 21:41:15:000\",\"OpenPriceFromMarketInPoints\":-4.3}}"],
"Errors": [],
"RequestId": "2432598e-d93d-40f6-ba12-cca5f8514347",
"ResponseMaster": "ResponseLastExecutorEvents"
}