Lean  $LEAN_TAG$
QuantConnect.Api.ReadChartResponse Class Reference

Class for wrapping Read Chart response More...

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

Properties

Chart Chart [get, set]
 Chart object from the ReadChart response 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

Class for wrapping Read Chart response

Definition at line 23 of file ReadChartResponse.cs.

Property Documentation

◆ Chart

Chart QuantConnect.Api.ReadChartResponse.Chart
getset

Chart object from the ReadChart response

Definition at line 29 of file ReadChartResponse.cs.


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