Skip to main content
Version: latest

IExternalDatafeed

Interface

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

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

Returns

void