Lean
$LEAN_TAG$
|
Collection container for a list of summarized optimizations for a project More...
Public Attributes | |
int | Count => Optimizations?.Count ?? 0 |
The optimization count More... | |
Properties | |
List< OptimizationSummary > | Optimizations [get, set] |
Collection of summarized optimization objects More... | |
Properties inherited from QuantConnect.Api.RestResponse | |
bool | Success [get, set] |
Indicate if the API request was successful. More... | |
List< string > | Errors [get, set] |
List of errors with the API call. More... | |
Additional Inherited Members | |
Public Member Functions inherited from QuantConnect.Api.RestResponse | |
RestResponse () | |
JSON Constructor More... | |
Public Member Functions inherited from QuantConnect.Api.StringRepresentation | |
override string | ToString () |
Returns the string representation of this object More... | |
Collection container for a list of summarized optimizations for a project
Definition at line 93 of file Optimization.cs.
int QuantConnect.Api.OptimizationList.Count => Optimizations?.Count ?? 0 |
The optimization count
Definition at line 103 of file Optimization.cs.
|
getset |
Collection of summarized optimization objects
Definition at line 98 of file Optimization.cs.