Lean
$LEAN_TAG$
|
Interface which provides the data to stream to the algorithm More...
Public Member Functions | |
IEnumerable< TimeSlice > | StreamData (CancellationToken cancellationToken) |
Returns an enumerable which provides the data to stream to the algorithm More... | |
Interface which provides the data to stream to the algorithm
Definition at line 25 of file ISynchronizer.cs.
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.