A convenience method to get the "next" par call.

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
public virtual Redemption getNextParCall()
Visual Basic (Declaration)
Public Overridable Function getNextParCall As Redemption
Visual C++
public:
virtual Redemption^ getNextParCall()

Return Value

A the earliest par call in this schedule, or null if a par call doesn't exist in this schedule.

Implements

CallSchedule..::.getNextParCall()()()

See Also