MngGetGroupMarketWatchTemplate¶
Returns the MarketWatch template assigned to a trading group. New accounts receive a one-time snapshot of this list; later template changes do not modify existing accounts.
{"command":"MngGetGroupMarketWatchTemplate","extID":"1","data":{"group":"real\\standard"}}
| Field | Type | Required | Description |
|---|---|---|---|
| group | string | Yes | Immutable group name |
The response contains group, count, and ordered rows. Every row contains symbol, sort_index, and color.
{"group":"real\\standard","count":2,"rows":[{"symbol":"EURUSD","sort_index":0,"color":""},{"symbol":"GBPUSD","sort_index":1,"color":""}]}