Prices entry for Data/Prices response
More...
|
| 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...
|
| |
Prices entry for Data/Prices response
Definition at line 93 of file Data.cs.
◆ Vendor
| string QuantConnect.Api.PriceEntry.Vendor |
|
getset |
Vendor for this price
Definition at line 101 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 109 of file Data.cs.
◆ RawRegEx
| string QuantConnect.Api.PriceEntry.RawRegEx |
|
getset |
RegEx directly from response
Definition at line 124 of file Data.cs.
◆ Price
| int? QuantConnect.Api.PriceEntry.Price |
|
getset |
The price for this entry in QCC
Definition at line 129 of file Data.cs.
◆ Type
| string QuantConnect.Api.PriceEntry.Type |
|
getset |
The type associated to this price entry if any
Definition at line 134 of file Data.cs.
◆ Subscribed
| bool? QuantConnect.Api.PriceEntry.Subscribed |
|
getset |
True if the user is subscribed
Definition at line 139 of file Data.cs.
◆ ProductId
| int QuantConnect.Api.PriceEntry.ProductId |
|
getset |
The associated product id
Definition at line 144 of file Data.cs.
◆ Paths
| HashSet<string> QuantConnect.Api.PriceEntry.Paths |
|
getset |
The associated data paths
Definition at line 149 of file Data.cs.
The documentation for this class was generated from the following file: