Lean  $LEAN_TAG$
QuantConnect.Api.DataPricesList Class Reference

Data/Prices response wrapper for prices by vendor More...

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

Public Member Functions

int GetPrice (string path)
 Get the price in QCC for a given data file More...
 
- Public Member Functions inherited from QuantConnect.Api.RestResponse
 RestResponse ()
 JSON Constructor More...
 

Properties

List< PriceEntryPrices [get, set]
 Collection of prices objects More...
 
string AgreementUrl [get, set]
 The Agreement URL for this Organization 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...
 

Detailed Description

Data/Prices response wrapper for prices by vendor

Definition at line 63 of file Data.cs.

Member Function Documentation

◆ GetPrice()

int QuantConnect.Api.DataPricesList.GetPrice ( string  path)

Get the price in QCC for a given data file

Parameters
pathLean data path of the file
Returns
QCC price for data, -1 if no entry found

Definition at line 82 of file Data.cs.

Property Documentation

◆ Prices

List<PriceEntry> QuantConnect.Api.DataPricesList.Prices
getset

Collection of prices objects

Definition at line 69 of file Data.cs.

◆ AgreementUrl

string QuantConnect.Api.DataPricesList.AgreementUrl
getset

The Agreement URL for this Organization

Definition at line 75 of file Data.cs.


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