DataLink
QuantConnect.Api.DataLink
DataLink()
Bases: RestResponse
Data/Read response wrapper, contains link to requested data
JSON Constructor
link
link: str
Url to the data requested
balance
balance: float
Remaining QCC balance on account after this transaction
cost
cost: float
QCC Cost for this data link
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