MngGetGatewaySymbolMappings¶
Returns gateway symbol mapping records. Requires SESSION_ADMIN.
{"command":"MngGetGatewaySymbolMappings","gateway_id":3}
gateway_id is optional. Omit it or pass 0 to return mappings for all gateways.
{"rows":[{"id":8,"gateway_id":3,"provider_symbol":"EUR/USD","source_name":"EURUSD","quote_enabled":true,"execution_enabled":true,"created_at":1788163200,"updated_at":1788163200}]}
quote_enabled controls incoming provider_symbol → source_name conversion. execution_enabled controls outgoing source_name → provider_symbol conversion.