Skip to main content

Module option_chain_manager

Module option_chain_manager 

Source
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ยง

PyOptionChainManager
Python-facing option chain manager that wraps OptionChainAggregator and AtmTracker.