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