Gateway symbol mappings¶
Mappings are stored in gateway_symbol_mappings, separately from
provider_config:
{"id":8,"gateway_id":3,"provider_symbol":"EUR/USD","source_name":"EURUSD"}
MngGetGatewaySymbolMappings— optionalgateway_id;MngAddGatewaySymbolMapping— requiresgateway_id,provider_symbol,source_name;MngUpdateGatewaySymbolMapping— requires all fields includingid;MngDeleteGatewaySymbolMapping— requiresid.
(gateway_id, provider_symbol) is unique. Matching is exact and case-sensitive.
An unmapped name passes unchanged. Mapping writes restart an enabled gateway to
install a new immutable lookup. Deleting a gateway deletes all its mappings.