Gets the series index of the latest settlement that was updated from this event.

Namespace:  T4.API.ChartData
Assembly:  T4ChartDataAPI (in T4ChartDataAPI.dll)

Syntax

C#
public int SettlementIndexUpdate { get; }
Visual Basic (Declaration)
Public ReadOnly Property SettlementIndexUpdate As Integer
Visual C++
public:
property int SettlementIndexUpdate {
	int get ();
}

See Also