DiscreteCallSchedulegetCall Method

Get 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#
public virtual Redemption getCall(
	int index
)

Parameters

index  Int32
The index of the redemption to return.

Return Value

Redemption
The number of calls in this schedule.

Implements

CallSchedulegetCall(Int32)

See Also