Lean
$LEAN_TAG$
|
DataFeedSubscriptionManager interface will manage the subscriptions for the Data Feed More...
Public Member Functions | |
bool | RemoveSubscription (SubscriptionDataConfig configuration, Universe universe=null) |
Removes the Subscription, if it exists More... | |
bool | AddSubscription (SubscriptionRequest request) |
Adds a new Subscription to provide data for the specified security. More... | |
Properties | |
SubscriptionCollection | DataFeedSubscriptions [get] |
Gets the data feed subscription collection More... | |
UniverseSelection | UniverseSelection [get] |
Get the universe selection instance More... | |
Events | |
EventHandler< Subscription > | SubscriptionAdded |
Event fired when a new subscription is added More... | |
EventHandler< Subscription > | SubscriptionRemoved |
Event fired when an existing subscription is removed More... | |
DataFeedSubscriptionManager interface will manage the subscriptions for the Data Feed
Definition at line 26 of file IDataFeedSubscriptionManager.cs.
bool QuantConnect.Lean.Engine.DataFeeds.IDataFeedSubscriptionManager.RemoveSubscription | ( | SubscriptionDataConfig | configuration, |
Universe | universe = null |
||
) |
Removes the Subscription, if it exists
configuration | The SubscriptionDataConfig of the subscription to remove |
universe | Universe requesting to remove Subscription. Default value, null, will remove all universes |
Implemented in QuantConnect.Lean.Engine.DataFeeds.DataManager.
bool QuantConnect.Lean.Engine.DataFeeds.IDataFeedSubscriptionManager.AddSubscription | ( | SubscriptionRequest | request | ) |
Adds a new Subscription to provide data for the specified security.
request | Defines the SubscriptionRequest to be added |
Implemented in QuantConnect.Lean.Engine.DataFeeds.DataManager.
|
get |
Gets the data feed subscription collection
Definition at line 41 of file IDataFeedSubscriptionManager.cs.
|
get |
Get the universe selection instance
Definition at line 46 of file IDataFeedSubscriptionManager.cs.
EventHandler<Subscription> QuantConnect.Lean.Engine.DataFeeds.IDataFeedSubscriptionManager.SubscriptionAdded |
Event fired when a new subscription is added
Definition at line 31 of file IDataFeedSubscriptionManager.cs.
EventHandler<Subscription> QuantConnect.Lean.Engine.DataFeeds.IDataFeedSubscriptionManager.SubscriptionRemoved |
Event fired when an existing subscription is removed
Definition at line 36 of file IDataFeedSubscriptionManager.cs.