Lean  $LEAN_TAG$
QuantConnect.Api.OptimizationResponseWrapper Class Reference

Wrapper class for Optimizations/Read endpoint JSON response More...

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

Properties

Optimization Optimization [get, set]
 Optimization object 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

Wrapper class for Optimizations/Read endpoint JSON response

Definition at line 80 of file Optimization.cs.

Property Documentation

◆ Optimization

Optimization QuantConnect.Api.OptimizationResponseWrapper.Optimization
getset

Optimization object

Definition at line 85 of file Optimization.cs.


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