Skip to main content

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

NameTypeDescription
callbackOnReadyCallbackcallback to return your datafeed configuration (DatafeedConfiguration) to the library.

Returns

void