interface IDataProvider

Parents

object

Brief

The interface for providing the state of trading data

Public Methods

getState

Gets the current state of the data manager

subscribeStateChange

Subscribes to the data manager state change event

unsubscribeStateChange

Unsubscribes from the data manager state change event

back