Lean  $LEAN_TAG$
QuantConnect.Api.PriceEntry Class Reference

Prices entry for Data/Prices response More...

Properties

string Vendor [get, set]
 Vendor for this price More...
 
Regex RegEx [get]
 Regex for this data price entry Trims regex open, close, and multiline flag because it won't match otherwise More...
 
string RawRegEx [get, set]
 RegEx directly from response More...
 
int? Price [get, set]
 The price for this entry in QCC More...
 
string Type [get, set]
 The type associated to this price entry if any More...
 
bool? Subscribed [get, set]
 True if the user is subscribed More...
 
int ProductId [get, set]
 The associated product id More...
 
HashSet< string > Paths [get, set]
 The associated data paths More...
 

Detailed Description

Prices entry for Data/Prices response

Definition at line 97 of file Data.cs.

Property Documentation

◆ Vendor

string QuantConnect.Api.PriceEntry.Vendor
getset

Vendor for this price

Definition at line 105 of file Data.cs.

◆ RegEx

Regex QuantConnect.Api.PriceEntry.RegEx
get

Regex for this data price entry Trims regex open, close, and multiline flag because it won't match otherwise

Definition at line 113 of file Data.cs.

◆ RawRegEx

string QuantConnect.Api.PriceEntry.RawRegEx
getset

RegEx directly from response

Definition at line 128 of file Data.cs.

◆ Price

int? QuantConnect.Api.PriceEntry.Price
getset

The price for this entry in QCC

Definition at line 134 of file Data.cs.

◆ Type

string QuantConnect.Api.PriceEntry.Type
getset

The type associated to this price entry if any

Definition at line 140 of file Data.cs.

◆ Subscribed

bool? QuantConnect.Api.PriceEntry.Subscribed
getset

True if the user is subscribed

Definition at line 146 of file Data.cs.

◆ ProductId

int QuantConnect.Api.PriceEntry.ProductId
getset

The associated product id

Definition at line 152 of file Data.cs.

◆ Paths

HashSet<string> QuantConnect.Api.PriceEntry.Paths
getset

The associated data paths

Definition at line 158 of file Data.cs.


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