jenkins
2023-07-19 16:33:28 +00:00
parent 6069378100
commit 0fbc49226a
651 changed files with 3634 additions and 3124 deletions

View File

@@ -47,7 +47,6 @@ interface ExchangeDataResponseSymbolData {
'has-daily'?: boolean;
'has-weekly-and-monthly'?: boolean;
'has-empty-bars'?: boolean;
'has-no-volume'?: boolean;
'visible-plots-set'?: VisiblePlotsSet;
'currency-code'?: string;
'original-currency-code'?: string;
@@ -259,7 +258,6 @@ export class SymbolsStorage {
unit_conversion_types: extractField(data, 'unit-conversion-types', symbolIndex, true),
description: extractField(data, 'description', symbolIndex),
has_intraday: definedValueOrDefault(extractField(data, 'has-intraday', symbolIndex), false),
has_no_volume: definedValueOrDefault(extractField(data, 'has-no-volume', symbolIndex), undefined),
visible_plots_set: definedValueOrDefault(extractField(data, 'visible-plots-set', symbolIndex), undefined),
minmov: extractField(data, 'minmovement', symbolIndex) || extractField(data, 'minmov', symbolIndex) || 0,
minmove2: extractField(data, 'minmove2', symbolIndex) || extractField(data, 'minmov2', symbolIndex),