Lean  $LEAN_TAG$
QuantConnect.Api.DataList Class Reference

Data/List response wrapper for available data More...

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

Properties

List< string > AvailableData [get, set]
 List of all available data from this request 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

Data/List response wrapper for available data

Definition at line 51 of file Data.cs.

Property Documentation

◆ AvailableData

List<string> QuantConnect.Api.DataList.AvailableData
getset

List of all available data from this request

Definition at line 57 of file Data.cs.


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