ITimestamps Interface
Provides timestamps for fixed time range, i.e., each timestamp has a fixed index. Indexing is
zero-based in relation to First. Non-trading segments of TradingSchedule
do not have a value for them in the index. See IIndexedEnumerable<(Of <(<'T>)>)>.
Namespace:
Suoranta.FinanceAssembly: Suoranta.Finance (in Suoranta.Finance.dll)
Syntax
public interface ITimestamps : IBarIndexer, IEnumerable<DateTimeOffset>, IIndexedEnumerable<DateTimeOffset>

