Lean
$LEAN_TAG$
|
Defines the parameters for ISetupHandler More...
Public Member Functions | |
SetupHandlerParameters (UniverseSelection universeSelection, IAlgorithm algorithm, IBrokerage brokerage, AlgorithmNodePacket algorithmNodePacket, IResultHandler resultHandler, ITransactionHandler transactionHandler, IRealTimeHandler realTimeHandler, IDataCacheProvider dataCacheProvider, IMapFileProvider mapFileProvider) | |
Creates a new instance More... | |
Properties | |
UniverseSelection | UniverseSelection [get] |
Gets the universe selection More... | |
IAlgorithm | Algorithm [get] |
Gets the algorithm More... | |
IBrokerage | Brokerage [get] |
Gets the Brokerage More... | |
AlgorithmNodePacket | AlgorithmNodePacket [get] |
Gets the algorithm node packet More... | |
IResultHandler | ResultHandler [get] |
Gets the algorithm node packet More... | |
ITransactionHandler | TransactionHandler [get] |
Gets the TransactionHandler More... | |
IRealTimeHandler | RealTimeHandler [get] |
Gets the RealTimeHandler More... | |
IDataCacheProvider | DataCacheProvider [get] |
Gets the DataCacheProvider More... | |
IMapFileProvider | MapFileProvider [get] |
The map file provider instance of the algorithm More... | |
Defines the parameters for ISetupHandler
Definition at line 29 of file SetupHandlerParameters.cs.
QuantConnect.Lean.Engine.Setup.SetupHandlerParameters.SetupHandlerParameters | ( | UniverseSelection | universeSelection, |
IAlgorithm | algorithm, | ||
IBrokerage | brokerage, | ||
AlgorithmNodePacket | algorithmNodePacket, | ||
IResultHandler | resultHandler, | ||
ITransactionHandler | transactionHandler, | ||
IRealTimeHandler | realTimeHandler, | ||
IDataCacheProvider | dataCacheProvider, | ||
IMapFileProvider | mapFileProvider | ||
) |
Creates a new instance
universeSelection | The universe selection instance |
algorithm | Algorithm instance |
brokerage | New brokerage output instance |
algorithmNodePacket | Algorithm job task |
resultHandler | The configured result handler |
transactionHandler | The configured transaction handler |
realTimeHandler | The configured real time handler |
dataCacheProvider | The configured data cache provider |
mapFileProvider | The map file provider |
Definition at line 88 of file SetupHandlerParameters.cs.
|
get |
Gets the universe selection
Definition at line 34 of file SetupHandlerParameters.cs.
|
get |
Gets the algorithm
Definition at line 39 of file SetupHandlerParameters.cs.
|
get |
Gets the Brokerage
Definition at line 44 of file SetupHandlerParameters.cs.
|
get |
Gets the algorithm node packet
Definition at line 49 of file SetupHandlerParameters.cs.
|
get |
Gets the algorithm node packet
Definition at line 54 of file SetupHandlerParameters.cs.
|
get |
Gets the TransactionHandler
Definition at line 59 of file SetupHandlerParameters.cs.
|
get |
Gets the RealTimeHandler
Definition at line 64 of file SetupHandlerParameters.cs.
|
get |
Gets the DataCacheProvider
Definition at line 69 of file SetupHandlerParameters.cs.
|
get |
The map file provider instance of the algorithm
Definition at line 74 of file SetupHandlerParameters.cs.