Lean  $LEAN_TAG$
QuantConnect.Interfaces.ISubscriptionDataConfigProvider Interface Reference

Reduced interface which provides access to registered SubscriptionDataConfig More...

Inheritance diagram for QuantConnect.Interfaces.ISubscriptionDataConfigProvider:
[legend]

Public Member Functions

List< SubscriptionDataConfigGetSubscriptionDataConfigs (Symbol symbol=null, bool includeInternalConfigs=false)
 Gets a list of all registered SubscriptionDataConfig for a given Symbol if any else will return the whole list of subscriptions More...
 

Detailed Description

Reduced interface which provides access to registered SubscriptionDataConfig

Definition at line 25 of file ISubscriptionDataConfigProvider.cs.

Member Function Documentation

◆ GetSubscriptionDataConfigs()

List<SubscriptionDataConfig> QuantConnect.Interfaces.ISubscriptionDataConfigProvider.GetSubscriptionDataConfigs ( Symbol  symbol = null,
bool  includeInternalConfigs = false 
)

Gets a list of all registered SubscriptionDataConfig for a given Symbol if any else will return the whole list of subscriptions

Will not return internal subscriptions by default

Implemented in QuantConnect.Lean.Engine.DataFeeds.DataManager.

Here is the caller graph for this function:

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