Release v27.001 (from 3eb6c0e5)

This commit is contained in:
jenkins
2024-02-02 14:52:43 +00:00
parent a0bd039ed4
commit a1585eb225
20 changed files with 315 additions and 299 deletions

View File

@@ -68,7 +68,7 @@ export class SymbolsStorage {
const symbolInfo = item.symbolInfo;
return {
symbol: symbolInfo.name,
full_name: symbolInfo.full_name,
full_name: `${symbolInfo.exchange}:${symbolInfo.name}`,
description: symbolInfo.description,
exchange: symbolInfo.exchange,
params: [],
@@ -131,7 +131,6 @@ export class SymbolsStorage {
ticker: ticker,
name: symbolName,
base_name: [listedExchange + ':' + symbolName],
full_name: fullName,
listed_exchange: listedExchange,
exchange: tradedExchange,
currency_code: currencyCode,