DiscreteCallSchedulegetStartingIndex Method

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

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public virtual int getStartingIndex()

Return Value

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

Implements

CallSchedulegetStartingIndex

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