QuoteAnalyticsgetRedemption(Int32) Method

Get the Redemption at the specified index.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public virtual Redemption getRedemption(
	int index
)

Parameters

index  Int32
The index of the Redemption to return. A valid index would be from 0 through getRedemptionCount() - 1.

Return Value

Redemption
The Redemption at the specified index.

See Also