PerpetualPreferredSecuritygetRedemption Method
Get the Redemption at the specified index.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public override Redemption getRedemption(
	int index
)
Public Overrides Function getRedemption ( 
	index As Integer
) As Redemption
- index  Int32
 - 
The index of the Redemption to return.  A valid index
would be from 0 through getRedemptionCount() - 1.
 
Redemption
A pointer to the Redemption at the specified index.
SecuritygetRedemption(Int32)