Suoranta.Finance Namespace
Suoranta.Finance - Developer API

OhlcBarSeries..::..Item Property

Gets the (timestamped) candle at index.

Namespace:  Suoranta.Finance.Data
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


public IOhlcValue this[
	int index
] { get; }

Parameters

index
Type: Int32
the data index

Return Value

The candle as IOhlcValue.