Symbol key format used by XTB WebSocket API.
Format: {assetClassId}_{symbolName}_{groupId}
{assetClassId}_{symbolName}_{groupId}
const stockKey: SymbolKey = '9_CIG.PL_6'; // Polish stockconst forexKey: SymbolKey = '1_EURUSD_1'; // Forex pairconst indexKey: SymbolKey = '4_US30_4'; // Dow Jones index Copy
const stockKey: SymbolKey = '9_CIG.PL_6'; // Polish stockconst forexKey: SymbolKey = '1_EURUSD_1'; // Forex pairconst indexKey: SymbolKey = '4_US30_4'; // Dow Jones index
Symbol key format used by XTB WebSocket API.
Format:
{assetClassId}_{symbolName}_{groupId}