IExternalDatafeed
Interface
Types Module: Datafeed
Methods
onReady
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.
Signature
onReady(callback: OnReadyCallback) => void
Parameters
Name | Type | Description |
---|---|---|
callback | OnReadyCallback | callback to return your datafeed configuration (DatafeedConfiguration) to the library. |
Returns
void