Expand description
Configuration types for the backtest engine, venues, data, and run parameters.
Structs§
- Backtest
Data Config - Represents the data configuration for one specific backtest run.
- Backtest
Data Config Builder - Use builder syntax to set the inputs and finish with
build(). - Backtest
Engine Config - Configuration for
BacktestEngineinstances. - Backtest
Engine Config Builder - Use builder syntax to set the inputs and finish with
build(). - Backtest
RunConfig - Represents the configuration for one specific backtest run. This includes a backtest engine with its actors and strategies, with the external inputs of venues and data.
- Backtest
RunConfig Builder - Use builder syntax to set the inputs and finish with
build(). - Backtest
Venue Config - Represents a venue configuration for one specific backtest engine.
- Backtest
Venue Config Builder - Use builder syntax to set the inputs and finish with
build(). - Simulated
Venue Config - Imperative-API configuration for registering a simulated venue on
crate::engine::BacktestEngine. - Simulated
Venue Config Builder - Use builder syntax to set the inputs and finish with
build().
Enums§
- Nautilus
Data Type - Represents a type of market data for catalog queries.