Interface: IExternalDatafeed
Datafeed.IExternalDatafeed
Methods
onReady
▸ onReady(callback
): void
This call is intended to provide the object filled with the configuration data. The lib assumes that you will call the callback function and pass your datafeed DatafeedConfiguration as an argument.
Parameters
Name | Type | Description |
---|---|---|
callback | OnReadyCallback | callback to return your datafeed configuration (DatafeedConfiguration) to the library. |
Returns
void