IFillGapsBehaviour
StockSharp.Algo
Interface describes missed historical data (gaps) dates.
Methods
TryGetNextGapAsync(SecurityId, DataType, DateTime, DateTime, FillGapsDays, CancellationToken) : ValueTask<ValueTuple<DateTime?, DateTime?>>
Try get next date without data.
- secId
- SecurityId
- dataType
- DataType
- from
- From
- to
- To
- fillGaps
- FillGapsDays
- cancellationToken
- CancellationToken
Returns: Operation result. no any gaps.