PriceEntry
QuantConnect.Api.PriceEntry
Bases: Object
Prices entry for Data/Prices response
vendor
vendor: str
Vendor for this price
reg_ex
reg_ex: Regex
Regex for this data price entry Trims regex open, close, and multiline flag because it won't match otherwise
raw_reg_ex
raw_reg_ex: str
RegEx directly from response
price
price: Optional[int]
The price for this entry in QCC
type
type: str
The type associated to this price entry if any
subscribed
subscribed: Optional[bool]
True if the user is subscribed
product_id
product_id: int
The associated product id
paths
paths: HashSet[str]
The associated data paths