Lean  $LEAN_TAG$
QuantConnect.Api.OptimizationList Class Reference

Collection container for a list of summarized optimizations for a project More...

Inheritance diagram for QuantConnect.Api.OptimizationList:
[legend]

Public Attributes

int Count => Optimizations?.Count ?? 0
 The optimization count More...
 

Properties

List< OptimizationSummaryOptimizations [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...
 

Detailed Description

Collection container for a list of summarized optimizations for a project

Definition at line 93 of file Optimization.cs.

Member Data Documentation

◆ Count

int QuantConnect.Api.OptimizationList.Count => Optimizations?.Count ?? 0

The optimization count

Definition at line 103 of file Optimization.cs.

Property Documentation

◆ Optimizations

List<OptimizationSummary> QuantConnect.Api.OptimizationList.Optimizations
getset

Collection of summarized optimization objects

Definition at line 98 of file Optimization.cs.


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