jenkins@nwork.local
2020-10-09 07:53:47 +00:00
parent e8a9aa3153
commit 1e14cf90ea
531 changed files with 1942 additions and 1801 deletions

View File

@@ -52,6 +52,7 @@ export interface DOMLevel {
export interface DatafeedConfiguration {
exchanges?: Exchange[];
supported_resolutions?: ResolutionString[];
currency_codes?: string[];
supports_marks?: boolean;
supports_time?: boolean;
supports_timescale_marks?: boolean;
@@ -207,6 +208,7 @@ export interface LibrarySymbolInfo {
sector?: string;
industry?: string;
currency_code?: string;
original_currency_code?: string;
}
export interface Mark {
id: string | number;
@@ -239,6 +241,9 @@ export interface SearchSymbolResultItem {
ticker: string;
type: string;
}
export interface SymbolResolveExtension {
currencyCode?: string;
}
export interface TimescaleMark {
id: string | number;
time: number;