Release v24.001 (from e00f16c2)
Fixes tradingview/charting_library#7472
This commit is contained in:
@@ -105,7 +105,7 @@ function extractField<T, TField extends keyof T>(data: T, field: TField, arrayIn
|
||||
|
||||
/**
|
||||
* This class implements interaction with UDF-compatible datafeed.
|
||||
* See UDF protocol reference at https://github.com/tradingview/charting_library/wiki/UDF
|
||||
* See [UDF protocol reference](@docs/connecting_data/UDF)
|
||||
*/
|
||||
export class UDFCompatibleDatafeedBase implements IExternalDatafeed, IDatafeedQuotesApi, IDatafeedChartApi {
|
||||
protected _configuration: UdfCompatibleConfiguration = defaultConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user