Class TimeSeries<T>.TimeIndexer<T2>
Helper class to allow retrieval of the series' timestamp at an
offset relative to the parent algorithm's simulator timestamp.
Inheritance
TimeSeries<T>.TimeIndexer<T2>
Assembly: TuringTrader.Simulator.dll
Syntax
public class TimeSeries<T>.TimeIndexer<T2>
Type Parameters
Constructors
|
Edit this page
View Source
TimeIndexer(TimeSeries<T2>)
Create time indexer object.
Declaration
public TimeIndexer(TimeSeries<T2> timeSeries)
Parameters
Properties
|
Edit this page
View Source
this[int]
Indexer to access time series's timestamp at an
offset relative to the parent algorithm's simulator time.
Declaration
public DateTime this[int offset] { get; }
Parameters
Type |
Name |
Description |
int |
offset |
|
Property Value