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