public property O2GMarketDataSnapshotResponseReader.Count

Brief

Gets the number of bars or ticks in the reader.

Declaration
C#
int  Count get;

Details

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

Declared in O2GMarketDataSnapshotResponseReader

back