Release v29.3.0 (from 600f67b870c88a89c46e6ef27f17e88ca7fba741)
This commit is contained in:
2
charting_library/datafeed-api.d.ts
vendored
2
charting_library/datafeed-api.d.ts
vendored
@@ -315,7 +315,7 @@ export interface IDatafeedChartApi {
|
||||
* @param resolution Resolution of the symbol
|
||||
* @param periodParams An object used to pass specific requirements for getting bars
|
||||
* @param onResult Callback function for historical data
|
||||
* @param onError Callback function whose only argument is a text error message
|
||||
* @param onError Callback function whose only argument is a text error message. If using special characters, please consider `encodeURIComponent`.
|
||||
*/
|
||||
getBars(symbolInfo: LibrarySymbolInfo, resolution: ResolutionString, periodParams: PeriodParams, onResult: HistoryCallback, onError: DatafeedErrorCallback): void;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user