Skip to content

ReadChartResponse

QuantConnect.Api.ReadChartResponse

ReadChartResponse()

Bases: RestResponse

Class for wrapping Read Chart response

JSON Constructor

chart

chart: Chart

Chart object from the ReadChart response

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