Skip to content

QuantConnect.Lean.Engine.Results

Classes

Class Description
BacktestingResultHandler Backtesting result handler passes messages back from the Lean to the User.
BacktestProgressMonitor Monitors and reports the progress of a backtest
BaseResultsHandler Provides base functionality to the implementations of IResultHandler
IResultHandler Handle the results of the backtest: where should we send the profit, portfolio updates:...
LiveTradingResultHandler Live trading result handler implementation passes the messages to the QC live trading interface.
RegressionResultHandler Provides a wrapper over the BacktestingResultHandler that logs all order events...
ResultHandlerInitializeParameters DTO parameters class to initialize a result handler