Expand description
PyO3 wrapper for the option chain aggregation engine.
PyOptionChainManager wraps OptionChainAggregator and AtmTracker,
exposing them to the Cython DataEngine without Rust msgbus, clock, or timer
dependencies. The Cython engine owns the lifecycle: subscription routing,
timer management, and msgbus publishing.
Structsยง
- PyOption
Chain Manager - Python-facing option chain manager that wraps
OptionChainAggregatorandAtmTracker.