Expand description
L2 Backtesting Engine - Simple, accurate, and fastAdd commentMore actions
The main L2 backtesting engine that orchestrates market data replay, order matching, and strategy execution with realistic latency simulation.
Re-exports§
pub use BacktestEngine100 as DefaultBacktestEngine;
Structs§
- Backtest
Config - Configuration for L2 backtesting
- Backtest
Engine - L2 Backtesting Engine with const generic book depth
- Backtest
Stats - Backtesting statistics
- Order
Response - Order response types
Enums§
- Event
- Event types in the backtesting engine
- Market
Data Event - Market data event types
- Order
Event - Order events
- Response
Type - Types of responses that can be received for an order
Traits§
- Strategy
- Strategy interface for L2 backtesting
Type Aliases§
- Backtest
Engine50 - Type alias for BacktestEngine with 50 levels of depth
- Backtest
Engine100 - Type alias for BacktestEngine with 100 levels of depth
- Backtest
Engine200 - Type alias for BacktestEngine with 200 levels of depth