Expand description
CatalogManager - Main reconciliation loop.
Runs at a configurable interval and reconciles desired markets/instruments against actual database state. Uses advisory locks for distributed safety.
Structs§
- Catalog
Manager - CatalogManager handles continuous market/instrument reconciliation
Type Aliases§
- Trading
Mode Update watch-channel payload published to the engine whenever the catalog manager rewrites anyinstruments.trading_moderow. Keyed on underlying — the engine callsUnifiedEngine::apply_underlying_trading_mode_updatewith this map to refresh its in-memoryinstrument_trading_modescache.