Usage
Triggers whenever a new snapshot is added to the historical data array.Parameters
callback
(history: OrderbookData[]) => void
The function to execute when new history updates.
Subscribe to history buffer changes.
(history: OrderbookData[]) => void
The function to execute when new history updates.