Lean  $LEAN_TAG$
QuantConnect.Lean.Engine.DataFeeds.ISynchronizer Interface Reference

Interface which provides the data to stream to the algorithm More...

Inheritance diagram for QuantConnect.Lean.Engine.DataFeeds.ISynchronizer:
[legend]

Public Member Functions

IEnumerable< TimeSliceStreamData (CancellationToken cancellationToken)
 Returns an enumerable which provides the data to stream to the algorithm More...
 

Detailed Description

Interface which provides the data to stream to the algorithm

Definition at line 25 of file ISynchronizer.cs.

Member Function Documentation

◆ StreamData()

IEnumerable<TimeSlice> QuantConnect.Lean.Engine.DataFeeds.ISynchronizer.StreamData ( CancellationToken  cancellationToken)

Returns an enumerable which provides the data to stream to the algorithm

Implemented in QuantConnect.Lean.Engine.DataFeeds.LiveSynchronizer, and QuantConnect.Lean.Engine.DataFeeds.Synchronizer.


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