SecuritygetRedemption Method

Get a pointer to the Redemption at the specified index.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
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
A pointer to the Redemption at the specified index.

See Also