Skip to main content

Documentation Index

Fetch the complete documentation index at: https://krono.fabianpiper.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Orderbook class provides high-level helper methods to subscribe to data updates, status changes, and errors. These listeners are the primary way to integrate the orderbook into your UI or data processing logic.

Core Listeners

  • onData: Triggers on processed (throttled/debounced) updates.
  • onStatusUpdate: Triggers when connection state changes.
  • onError: Triggers when an error occurs.

Internal Listeners