Import
Usage
This is the main listener for UI updates. It emits data after it has passed through the internal pipeline (throttling and debouncing).Parameters
callback
(data: OrderbookData) => void
The function to execute when new data is available.

