Lean
$LEAN_TAG$
|
Provides convenient methods for holding several SubscriptionDataConfig More...
Public Member Functions | |
SubscriptionDataConfigList (Symbol symbol) | |
Default constructor that specifies the Symbol that the SubscriptionDataConfig represent More... | |
void | SetDataNormalizationMode (DataNormalizationMode normalizationMode) |
Sets the DataNormalizationMode for all SubscriptionDataConfig contained in the list More... | |
Properties | |
Symbol | Symbol [get] |
Symbol for which this class holds SubscriptionDataConfig More... | |
bool | IsInternalFeed [get] |
Assume that the InternalDataFeed is the same for both SubscriptionDataConfig More... | |
Provides convenient methods for holding several SubscriptionDataConfig
Definition at line 25 of file SubscriptionDataConfigList.cs.
QuantConnect.Data.SubscriptionDataConfigList.SubscriptionDataConfigList | ( | Symbol | symbol | ) |
Default constructor that specifies the Symbol that the SubscriptionDataConfig represent
symbol |
Definition at line 48 of file SubscriptionDataConfigList.cs.
void QuantConnect.Data.SubscriptionDataConfigList.SetDataNormalizationMode | ( | DataNormalizationMode | normalizationMode | ) |
Sets the DataNormalizationMode for all SubscriptionDataConfig contained in the list
normalizationMode |
Definition at line 57 of file SubscriptionDataConfigList.cs.
|
get |
Symbol for which this class holds SubscriptionDataConfig
Definition at line 30 of file SubscriptionDataConfigList.cs.
|
get |
Assume that the InternalDataFeed is the same for both SubscriptionDataConfig
Definition at line 36 of file SubscriptionDataConfigList.cs.