RequestABookSettings
Request a-book node settings
Request format
{
"Nodes": [
"node1",
"node2"
],
"RequestId": "580c2aaa-b432-40dc-bef2-d891ace07e49",
"RequestName": "RequestABookSettings"
}
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 requested. |
| RequestName | Request type |
Response ResponseNodesSettings
{
"Result": [{
"ResponseNode": "ResponseNodeABookSettings",
"Node": "Node1",
"Platform": "Mt4",
"Result": {
"Accounts": [{
"Accounts": [446161],
"Id": "1793cf65-d708-45e4-83f6-575d8fb7aa47",
"Node": "Node1",
"Platform": "Mt4",
"Enabled": true,
"Symbols": [],
"PercentSymbols": 100,
"SymbolsGroups": [],
"ExcludedSymbols": [],
"PercentGroupsSymbols": 50,
"IsValid": true,
"ValidationInfo": "Accounts list is empty!"
}, {
"Accounts": [794267],
"Id": "59182698-f78a-4094-be79-9f48cfca436f",
"Node": "Node1",
"Platform": "Mt4",
"Enabled": true,
"Symbols": [],
"PercentSymbols": 50,
"SymbolsGroups": [],
"ExcludedSymbols": [],
"PercentGroupsSymbols": 100,
"IsValid": true,
"ValidationInfo": "Accounts list is empty!"
}],
"AccountsGroups": [{
"AccountsGroups": ["demoClassic"],
"ExcludedAccounts": [],
"Id": "7991314b-c1f9-4f53-9f78-0d5fb19d461e",
"Node": "Node1",
"Platform": "Mt4",
"Enabled": false,
"Symbols": [],
"PercentSymbols": 100,
"SymbolsGroups": [],
"ExcludedSymbols": [],
"PercentGroupsSymbols": 100,
"IsValid": true
}],
"Node": "Node1",
"Platform": "Mt4"
}
}, {
"ResponseNode": "ResponseNodeABookSettings",
"Node": "Node2",
"Platform": "Mt5",
"Result": {
"Accounts": [{
"Accounts": [],
"Id": "1b9e5bea-589e-4b55-88df-01622ca0bfaf",
"Node": "Node2",
"Platform": "Mt5",
"Enabled": false,
"Symbols": [],
"PercentSymbols": 100,
"SymbolsGroups": [],
"ExcludedSymbols": [],
"PercentGroupsSymbols": 100,
"IsValid": false,
"ValidationInfo": "Accounts list is empty!"
}],
"AccountsGroups": [{
"AccountsGroups": [],
"ExcludedAccounts": [],
"Id": "92b6cc34-9c07-49e4-96a9-4100cd4fc1fc",
"Node": "Node2",
"Platform": "Mt5",
"Enabled": false,
"Symbols": [],
"PercentSymbols": 100,
"SymbolsGroups": [],
"ExcludedSymbols": [],
"PercentGroupsSymbols": 100,
"IsValid": false,
"ValidationInfo": "Accounts Groups list is empty!"
}],
"Node": "Node2",
"Platform": "Mt5"
}
}],
"RequestId": "580c2aaa-b432-40dc-bef2-d891ace07e49",
"Errors": [],
"ResponseMaster": "ResponseABookSettings"
}