Lean  $LEAN_TAG$
QuantConnect.Api.EstimateResponseWrapper Class Reference

Wrapper class for Optimizations/* endpoints JSON response Currently used by Optimizations/Estimate More...

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

Properties

Estimate Estimate [get, set]
 Estimate 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/* endpoints JSON response Currently used by Optimizations/Estimate

Definition at line 45 of file Estimate.cs.

Property Documentation

◆ Estimate

Estimate QuantConnect.Api.EstimateResponseWrapper.Estimate
getset

Estimate object

Definition at line 50 of file Estimate.cs.


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