Lean  $LEAN_TAG$
QuantConnect.Interfaces.IDataChannelProvider Interface Reference

Specifies data channel settings More...

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

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...
 

Detailed Description

Specifies data channel settings

Definition at line 25 of file IDataChannelProvider.cs.

Member Function Documentation

◆ Initialize()

void QuantConnect.Interfaces.IDataChannelProvider.Initialize ( AlgorithmNodePacket  packet)

Initializes the class with an algorithm node packet

Parameters
packetAlgorithm node packet

Implemented in QuantConnect.Lean.Engine.DataFeeds.DataChannelProvider.

◆ ShouldStreamSubscription()

bool QuantConnect.Interfaces.IDataChannelProvider.ShouldStreamSubscription ( SubscriptionDataConfig  config)

True if this subscription configuration should be streamed

Implemented in QuantConnect.Lean.Engine.DataFeeds.DataChannelProvider.

Here is the caller graph for this function:

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