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]

Properties

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

Detailed Description

Collection container for a list of summarized optimizations for a project

Definition at line 91 of file Optimization.cs.

Property Documentation

◆ Optimizations

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

Collection of summarized optimization objects

Definition at line 96 of file Optimization.cs.


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