DiscreteCallSchedulegetCall 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 virtual Redemption getCall(
int index
)
Public Overridable Function getCall (
index As Integer
) As Redemption
- index Int32
- The index of the redemption to return.
RedemptionThe number of calls in this schedule.
CallSchedulegetCall(Int32)