Skip to main content

Module config

Module config 

Source
Expand description

Configuration types for the backtest engine, venues, data, and run parameters.

Structs§

BacktestDataConfig
Represents the data configuration for one specific backtest run.
BacktestDataConfigBuilder
Use builder syntax to set the inputs and finish with build().
BacktestEngineConfig
Configuration for BacktestEngine instances.
BacktestEngineConfigBuilder
Use builder syntax to set the inputs and finish with build().
BacktestRunConfig
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.
BacktestRunConfigBuilder
Use builder syntax to set the inputs and finish with build().
BacktestVenueConfig
Represents a venue configuration for one specific backtest engine.
BacktestVenueConfigBuilder
Use builder syntax to set the inputs and finish with build().
SimulatedVenueConfig
Imperative-API configuration for registering a simulated venue on crate::engine::BacktestEngine.
SimulatedVenueConfigBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

NautilusDataType
Represents a type of market data for catalog queries.