Data/Read response wrapper, contains link to requested data
More...
|
| string | Link [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...
|
| |
| 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...
|
| |
Data/Read response wrapper, contains link to requested data
Definition at line 27 of file Data.cs.
◆ Link
| string QuantConnect.Api.DataLink.Link |
|
getset |
Url to the data requested
Definition at line 32 of file Data.cs.
◆ Balance
| double QuantConnect.Api.DataLink.Balance |
|
getset |
Remaining QCC balance on account after this transaction
Definition at line 37 of file Data.cs.
◆ Cost
| double QuantConnect.Api.DataLink.Cost |
|
getset |
QCC Cost for this data link
Definition at line 42 of file Data.cs.
The documentation for this class was generated from the following file: