Release v29.3.0 (from 600f67b870c88a89c46e6ef27f17e88ca7fba741)

This commit is contained in:
jenkins
2025-05-08 13:43:53 +00:00
parent c9c8795995
commit 12e363f65c
201 changed files with 1362 additions and 1302 deletions

View File

@@ -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;
/**