QuoteAnalyticsgetRedemption(Int32) Method
Get the Redemption at the specified index.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual Redemption getRedemption(
int index
)
Public Overridable 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
The Redemption at the specified index.