|
Lean
$LEAN_TAG$
|
Reduced interface which provides access to registered SubscriptionDataConfig More...
Public Member Functions | |
| List< SubscriptionDataConfig > | 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 More... | |
Reduced interface which provides access to registered SubscriptionDataConfig
Definition at line 25 of file ISubscriptionDataConfigProvider.cs.
| 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.