IFillGapsBehaviour
StockSharp.Algo
Interface describes missed historical data (gaps) dates.
方法
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
返回值: Operation result. no any gaps.