Suoranta.Finance Namespace
Suoranta.Finance - Developer API

BarTimestampRange Members

The BarTimestampRange type exposes the following members.

Methods


  Name Description
Public method AsDateTimes
Public method AsIndexedEnumerable
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindIndex
Finds the index of value.
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetIndexDelta
Index distance between timestamps present in the schedule.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Resample(ITimeScale)
Creates a new instance with BarWidth set to resolution.
Public method Resample(ITimeScale, ITradingSchedule)
Creates a new instance with BarWidth set to resolution and TradingSchedule set to schedule.
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property BarWidth
Gets the width of the bars.
Public property First
Gets the opening time of the first actual timestamp element.
Public property Last
Gets the opening time of the last timestamp.
Public property LastEnd
Gets the closing time of the last timestamp.
Public property TradingSchedule
Gets the ITradingSchedule.
Public property Values