Lean
$LEAN_TAG$
|
Specifies values used to control algorithm limits More...
Public Member Functions | |
Controls () | |
Initializes a new default instance of the Controls class More... | |
Properties | |
int | MaximumRuntimeMinutes [get, set] |
The maximum runtime in minutes More... | |
int | MinuteLimit [get, set] |
The maximum number of minute symbols More... | |
int | SecondLimit [get, set] |
The maximum number of second symbols More... | |
int | TickLimit [get, set] |
The maximum number of tick symbol More... | |
int | RamAllocation [get, set] |
Ram allocation for this algorithm in MB More... | |
decimal | CpuAllocation [get, set] |
CPU allocation for this algorithm More... | |
int | LiveLogLimit [get, set] |
The user live log limit More... | |
int | BacktestLogLimit [get, set] |
The user backtesting log limit More... | |
int | DailyLogLimit [get, set] |
The daily log limit of a user More... | |
int | RemainingLogAllowance [get, set] |
The remaining log allowance for a user More... | |
int | BacktestingMaxInsights [get, set] |
Maximimum number of insights we'll store and score in a single backtest More... | |
int | BacktestingMaxOrders [get, set] |
Maximimum number of orders we'll allow in a backtest. More... | |
int | MaximumDataPointsPerChartSeries [get, set] |
Limits the amount of data points per chart series. Applies only for backtesting More... | |
int | MaximumChartSeries [get, set] |
Limits the amount of chart series. Applies only for backtesting More... | |
int | SecondTimeOut [get, set] |
The amount seconds used for timeout limits More... | |
LeakyBucketControlParameters | TrainingLimits [get, set] |
Sets parameters used for determining the behavior of the leaky bucket algorithm that controls how much time is available for an algorithm to use the training feature. More... | |
long | StorageLimit [get, set] |
Limits the total size of storage used by IObjectStore More... | |
int | StorageFileCount [get, set] |
Limits the number of files to be held under the IObjectStore More... | |
FileAccess | StoragePermissions [get, set] |
Holds the permissions for the object store More... | |
int | PersistenceIntervalSeconds [get, set] |
The interval over which the IObjectStore will persistence the contents of the object store More... | |
decimal | CreditCost [get, set] |
The cost associated with running this job More... | |
Specifies values used to control algorithm limits
Definition at line 25 of file Controls.cs.
QuantConnect.Packets.Controls.Controls | ( | ) |
Initializes a new default instance of the Controls class
Definition at line 137 of file Controls.cs.
|
getset |
The maximum runtime in minutes
Definition at line 30 of file Controls.cs.
|
getset |
The maximum number of minute symbols
Definition at line 35 of file Controls.cs.
|
getset |
The maximum number of second symbols
Definition at line 40 of file Controls.cs.
|
getset |
The maximum number of tick symbol
Definition at line 45 of file Controls.cs.
|
getset |
Ram allocation for this algorithm in MB
Definition at line 50 of file Controls.cs.
|
getset |
CPU allocation for this algorithm
Definition at line 55 of file Controls.cs.
|
getset |
The user live log limit
Definition at line 60 of file Controls.cs.
|
getset |
The user backtesting log limit
Definition at line 65 of file Controls.cs.
|
getset |
The daily log limit of a user
Definition at line 70 of file Controls.cs.
|
getset |
The remaining log allowance for a user
Definition at line 75 of file Controls.cs.
|
getset |
Maximimum number of insights we'll store and score in a single backtest
Definition at line 80 of file Controls.cs.
|
getset |
Maximimum number of orders we'll allow in a backtest.
Definition at line 85 of file Controls.cs.
|
getset |
Limits the amount of data points per chart series. Applies only for backtesting
Definition at line 90 of file Controls.cs.
|
getset |
Limits the amount of chart series. Applies only for backtesting
Definition at line 95 of file Controls.cs.
|
getset |
The amount seconds used for timeout limits
Definition at line 100 of file Controls.cs.
|
getset |
Sets parameters used for determining the behavior of the leaky bucket algorithm that controls how much time is available for an algorithm to use the training feature.
Definition at line 106 of file Controls.cs.
|
getset |
Limits the total size of storage used by IObjectStore
Definition at line 111 of file Controls.cs.
|
getset |
Limits the number of files to be held under the IObjectStore
Definition at line 116 of file Controls.cs.
|
getset |
Holds the permissions for the object store
Definition at line 121 of file Controls.cs.
|
getset |
The interval over which the IObjectStore will persistence the contents of the object store
Definition at line 127 of file Controls.cs.
|
getset |
The cost associated with running this job
Definition at line 132 of file Controls.cs.