Skip to main content

RequestAccountsGroupsCustomSettings

Request of information on traded symbols for groups of accounts

Request format

{
"RequestId": "8338874f-25df-4aee-a6fb-808c700f2cb7",
"TradeEnabled": true,
"Nodes": [
"node1",
"node2"
],
"RequestName": "RequestAccountsGroupsCustomSettings"
}

Request parameters:

NameDescription
RequestIdUnique request GUID
TradeEnabledFilter of allowed / forbidden symbol groups; if not specified, the filter is not used.
NodesList of nodes that participate in the request. If the list is empty, then all available nodes are called.
RequestNameRequest type
Response ResponseAccountsGroupsCustomSettings
{
"Result": [
{
"Node": "First",
"Platform": "Mt4",
"Result": [
{
"AccountGroup": {
"Node": "First",
"Platform": "Mt4",
"GroupName": "demo-real-usd",
"Currency": "USD"
},
"SymbolsGroups": [
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "ForexECN",
"Description": "Foreign Exchange"
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "IndicesECN",
"Description": "Indices"
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "MetalsECN",
"Description": "Metals"
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "ForexSTP",
"Description": "Foreign Exchange"
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "IndicesSTP",
"Description": "Indicies"
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "MetalsSTP",
"Description": "Metals"
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "FX Major",
"Description": ""
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "FX Minor",
"Description": ""
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "FX Exotic",
"Description": ""
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "Gold",
"Description": ""
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "Silver",
"Description": ""
}
]
},
{
"AccountGroup": {
"Node": "First",
"Platform": "Mt4",
"GroupName": "demo_standard",
"Currency": "USD"
},
"SymbolsGroups": [
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "ForexSTP",
"Description": "Foreign Exchange"
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "IndicesSTP",
"Description": "Indicies"
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "MetalsSTP",
"Description": "Metals"
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "FX Major",
"Description": ""
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "FX Minor",
"Description": ""
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "FX Exotic",
"Description": ""
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "Gold",
"Description": ""
},
{
"TradeEnabled": true,
"Node": "First",
"Platform": "Mt4",
"Name": "Silver",
"Description": ""
}
]
},
],
"ResponseNode": "ResponseNodeAccountsGroupsCustomSettings"
}
],
"RequestId": "eee7566b-1d93-4941-855a-f39df07950f0",
"ResponseMaster": "ResponseAccountsGroupsCustomSettings"
}