Lean  $LEAN_TAG$
QuantConnect.Data.SubscriptionDataConfigList Class Reference

Provides convenient methods for holding several SubscriptionDataConfig More...

Inheritance diagram for QuantConnect.Data.SubscriptionDataConfigList:
[legend]

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...
 

Detailed Description

Provides convenient methods for holding several SubscriptionDataConfig

Definition at line 25 of file SubscriptionDataConfigList.cs.

Constructor & Destructor Documentation

◆ SubscriptionDataConfigList()

QuantConnect.Data.SubscriptionDataConfigList.SubscriptionDataConfigList ( Symbol  symbol)

Default constructor that specifies the Symbol that the SubscriptionDataConfig represent

Parameters
symbol

Definition at line 48 of file SubscriptionDataConfigList.cs.

Member Function Documentation

◆ SetDataNormalizationMode()

void QuantConnect.Data.SubscriptionDataConfigList.SetDataNormalizationMode ( DataNormalizationMode  normalizationMode)

Sets the DataNormalizationMode for all SubscriptionDataConfig contained in the list

Parameters
normalizationMode

Definition at line 57 of file SubscriptionDataConfigList.cs.

Property Documentation

◆ Symbol

Symbol QuantConnect.Data.SubscriptionDataConfigList.Symbol
get

Symbol for which this class holds SubscriptionDataConfig

Definition at line 30 of file SubscriptionDataConfigList.cs.

◆ IsInternalFeed

bool QuantConnect.Data.SubscriptionDataConfigList.IsInternalFeed
get

Assume that the InternalDataFeed is the same for both SubscriptionDataConfig

Definition at line 36 of file SubscriptionDataConfigList.cs.


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