Lean
$LEAN_TAG$
|
Specifies data channel settings More...
Public Member Functions | |
virtual void | Initialize (AlgorithmNodePacket packet) |
Initializes the instance with an algorithm node packet More... | |
virtual bool | ShouldStreamSubscription (SubscriptionDataConfig config) |
True if this subscription request should be streamed More... | |
Static Protected Member Functions | |
static bool | IsStreamingType (SubscriptionDataConfig configuration) |
Returns true if the data type for the given subscription configuration supports streaming More... | |
Specifies data channel settings
Definition at line 29 of file DataChannelProvider.cs.
|
virtual |
Initializes the instance with an algorithm node packet
packet | Algorithm node packet |
Implements QuantConnect.Interfaces.IDataChannelProvider.
Definition at line 35 of file DataChannelProvider.cs.
|
virtual |
True if this subscription request should be streamed
Implements QuantConnect.Interfaces.IDataChannelProvider.
Definition at line 42 of file DataChannelProvider.cs.
|
staticprotected |
Returns true if the data type for the given subscription configuration supports streaming
Definition at line 50 of file DataChannelProvider.cs.