Release v21.064 (from f0bc1e45)

Fixes tradingview/charting_library#6237
Fixes tradingview/charting_library#6543
This commit is contained in:
jenkins@nwork.local
2022-03-17 12:24:26 +00:00
parent 3ba86a7da7
commit 243978127e
583 changed files with 1816 additions and 1856 deletions

View File

@@ -148,6 +148,8 @@ export class SymbolsStorage {
pricescale: extractField(data, 'pricescale', symbolIndex),
type: extractField(data, 'type', symbolIndex),
session: extractField(data, 'session-regular', symbolIndex),
session_holidays: extractField(data, 'session-holidays', symbolIndex),
corrections: extractField(data, 'corrections', symbolIndex),
timezone: extractField(data, 'timezone', symbolIndex),
supported_resolutions: definedValueOrDefault(extractField(data, 'supported-resolutions', symbolIndex, true), this._datafeedSupportedResolutions),
has_daily: definedValueOrDefault(extractField(data, 'has-daily', symbolIndex), true),