Returns the index of the first call that falls on or after the number of daysNotice from tradeDate.

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

Syntax

C#
public virtual int getStartingIndex()
Visual Basic (Declaration)
Public Overridable Function getStartingIndex As Integer
Visual C++
public:
virtual int getStartingIndex()

Return Value

Returns the index of the first call that falls on or after the number of daysNotice from tradeDate.

Implements

CallSchedule..::.getStartingIndex()()()

Remarks

If there are no calls that are on or after daysNotice from the tradeDate, then getCount() is returned, which could be 0.

See Also