public method O2GMarketDataSnapshotResponseReader.getDate

Brief

Gets an instance of the calendar representing a tick's date/time or the beginning of a bar's date/time.

Declaration
C#
DateTime  getDate (int index)

Parameters
index

The index of the bar (tick). The index must be between 0 and size() - 1.

Details

The calendar is in the UTC time zone.

The historical prices representation (bar, tick) depends on the returned value of the isBar property.

Declared in O2GMarketDataSnapshotResponseReader

back