Table of Contents

Interface IFillGapsBehaviour

Namespace
StockSharp.Algo
Assembly
StockSharp.Algo.dll

Interface describes missed historical data (gaps) dates.

public interface IFillGapsBehaviour
Extension Methods

Methods

TryGetNextGap(SecurityId, DataType, DateTime, DateTime, FillGapsDays)

Try get next date without data.

(DateTime? gapStart, DateTime? gapEnd) TryGetNextGap(SecurityId secId, DataType dataType, DateTime from, DateTime to, FillGapsDays fillGaps)

Parameters

secId SecurityId

SecurityId

dataType DataType

DataType

from DateTime

From

to DateTime

To

fillGaps FillGapsDays

FillGapsDays

Returns

(DateTime? gapStart, DateTime? gapEnd)

Operation result. null no any gaps.