|
Lean
$LEAN_TAG$
|
Specifies data channel settings More...
Public Member Functions | |
| void | Initialize (AlgorithmNodePacket packet) |
| Initializes the class with an algorithm node packet More... | |
| bool | ShouldStreamSubscription (SubscriptionDataConfig config) |
| True if this subscription configuration should be streamed More... | |
Specifies data channel settings
Definition at line 25 of file IDataChannelProvider.cs.
| void QuantConnect.Interfaces.IDataChannelProvider.Initialize | ( | AlgorithmNodePacket | packet | ) |
Initializes the class with an algorithm node packet
| packet | Algorithm node packet |
Implemented in QuantConnect.Lean.Engine.DataFeeds.DataChannelProvider.
| bool QuantConnect.Interfaces.IDataChannelProvider.ShouldStreamSubscription | ( | SubscriptionDataConfig | config | ) |
True if this subscription configuration should be streamed
Implemented in QuantConnect.Lean.Engine.DataFeeds.DataChannelProvider.