Lean  $LEAN_TAG$
QuantConnect.Lean.Engine.Setup.ConsoleSetupHandler Class Reference

Kept for backwards compatibility- More...

Inheritance diagram for QuantConnect.Lean.Engine.Setup.ConsoleSetupHandler:
[legend]

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Lean.Engine.Setup.BacktestingSetupHandler
 BacktestingSetupHandler ()
 Initialize the backtest setup handler. More...
 
virtual IAlgorithm CreateAlgorithmInstance (AlgorithmNodePacket algorithmNodePacket, string assemblyPath)
 Create a new instance of an algorithm from a physical dll path. More...
 
virtual IBrokerage CreateBrokerage (AlgorithmNodePacket algorithmNodePacket, IAlgorithm uninitializedAlgorithm, out IBrokerageFactory factory)
 Creates a new BacktestingBrokerage instance More...
 
bool Setup (SetupHandlerParameters parameters)
 Setup the algorithm cash, dates and data subscriptions as desired. More...
 
void Dispose ()
 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
 
- Properties inherited from QuantConnect.Lean.Engine.Setup.BacktestingSetupHandler
WorkerThread WorkerThread [get, set]
 The worker thread instance the setup handler should use More...
 
List< Exception > Errors [get, set]
 Internal errors list from running the setup procedures. More...
 
TimeSpan MaximumRuntime [get, protected set]
 Maximum runtime of the algorithm in seconds. More...
 
decimal StartingPortfolioValue [get, protected set]
 Starting capital according to the users initialize routine. More...
 
DateTime StartingDate [get, protected set]
 Start date for analysis loops to search for data. More...
 
int MaxOrders [get, protected set]
 Maximum number of orders for this backtest. More...
 
- Properties inherited from QuantConnect.Lean.Engine.Setup.ISetupHandler
WorkerThread WorkerThread [set]
 The worker thread instance the setup handler should use More...
 
List< Exception > Errors [get, set]
 Any errors from the initialization stored here: More...
 
TimeSpan MaximumRuntime [get]
 Get the maximum runtime for this algorithm job. More...
 
decimal StartingPortfolioValue [get]
 Algorithm starting capital for statistics calculations More...
 
DateTime StartingDate [get]
 Start date for analysis loops to search for data. More...
 
int MaxOrders [get]
 Maximum number of orders for the algorithm run – applicable for backtests only. More...
 

Detailed Description

Kept for backwards compatibility-

Definition at line 25 of file ConsoleSetupHandler.cs.


The documentation for this class was generated from the following file: