Expand description
In-process order index for the engine.
EngineOrderIndex tracks all open orders inline as the engine processes them,
providing zero-latency, zero-divergence lookups for cancel, margin, and MMP
operations. All methods are synchronous — no locks, no async — because the
engine is single-threaded and owns this struct via EngineCtx.
Structs§
- Engine
Order Index - In-process index of all open orders, owned by
EngineCtx. - Open
Sell Position Info - Info about an open SELL option order as a hypothetical short position.
- Order
Summary - Summary of an open order tracked by the engine.