Skip to main content

Module databento_oracle

Module databento_oracle 

Source

Structs§

DatabentoLiveFeed
Adapter that wraps Databento Live behind our DatabentoFeed trait.
DatabentoVolOracle
A RiskVolOracle backed by a Databento feed. Owns a DatabentoOrchestrator under an RwLock and a cached VolatilitySurface that is rebuilt on every ingested record.
DatabentoVolOracleConfig
Config for the Databento vol oracle.

Functions§

spawn_databento_live_feed_task
Spawns a detached tokio task that connects to Databento, drives the oracle’s run loop, and automatically reconnects with exponential backoff when the feed drops or fails to connect.