Skip to content

EstimateResponseWrapper

QuantConnect.Api.EstimateResponseWrapper

EstimateResponseWrapper()

Bases: RestResponse

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

JSON Constructor

estimate

estimate: Estimate

Estimate object

success

success: bool

Indicate if the API request was successful.

errors

errors: List[str]

List of errors with the API call.

to_string

to_string() -> str

Returns the string representation of this object