Lean  $LEAN_TAG$
QuantConnect.Api.DataLink Class Reference

Data/Read response wrapper, contains link to requested data More...

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

Properties

string Url [get, set]
 Url to the data requested More...
 
double Balance [get, set]
 Remaining QCC balance on account after this transaction More...
 
double Cost [get, set]
 QCC Cost for this data link 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/Read response wrapper, contains link to requested data

Definition at line 27 of file Data.cs.

Property Documentation

◆ Url

string QuantConnect.Api.DataLink.Url
getset

Url to the data requested

Definition at line 33 of file Data.cs.

◆ Balance

double QuantConnect.Api.DataLink.Balance
getset

Remaining QCC balance on account after this transaction

Definition at line 39 of file Data.cs.

◆ Cost

double QuantConnect.Api.DataLink.Cost
getset

QCC Cost for this data link

Definition at line 45 of file Data.cs.


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