Skip to main content

RequestGetCustomSwapsSymbolsGroups

Request to get settings for swaps of groups of symbols for the specified group of accounts

Request format

{
"AccountsGroup": "group1",
"Nodes": [
"Node1"
],
"RequestId": "97c46856-7e42-4ab8-882b-8e2dd2fd2d42",
"RequestName": "RequestGetCustomSwapsSymbolsGroups"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
AccountsGroupGroup of accounts for which swaps are set
NodesNode name, required parameter to be validated
RequestNameRequest type

Response ResponseGetCustomSwapsSymbolsGroups

{
"Result": [{
"ResponseNode": "ResponseNodeGetCustomSwapsSymbolsGroups",
"Node": "Node1",
"Platform": "Mt5",
"Result": [{
"AccountsGroup": "group1",
"SymbolsGroup": "symbols group1",
"Percent": 0
}, {
"AccountsGroup": "group1",
"SymbolsGroup": "symbols group2",
"Percent": 0
}, {
"AccountsGroup": "group1",
"SymbolsGroup": "symbols group3",
"Percent": 0
}]
}],
"RequestId": "51836c6a-e97b-4d4f-983c-99f1f2433a56",
"Errors": [],
"ResponseMaster": "ResponseGetCustomSwapsSymbolsGroups"
}