Skip to content

QuantConnect.Lean.Engine.Setup

Classes

Class Description
AlgorithmSetupException Defines an exception generated in the course of invoking IsetupHandler.setup
BacktestingSetupHandler Backtesting setup handler processes the algorithm initialize method and sets up the internal state of the algorithm class.
BaseSetupHandler Base class that provides shared code for...
BrokerageSetupHandler Defines a set up handler that initializes the algorithm instance using values retrieved from the user's brokerage account
ConsoleSetupHandler Kept for backwards compatibility-...
ISetupHandler Interface to setup the algorithm. Pass in a raw algorithm, return one with portfolio, cash, etc already preset.
SetupHandlerParameters Defines the parameters for ISetupHandler