DiscreteCallSchedulegetStartingIndex Method
Returns the index of the first call that falls on
or after the number of daysNotice from tradeDate.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual int getStartingIndex()
Public Overridable Function getStartingIndex As Integer
Int32
Returns the index of the first call that falls on
or after the number of daysNotice from tradeDate.
CallSchedulegetStartingIndex
If there are no calls that are on or after daysNotice
from the tradeDate, then getCount() is returned, which
could be 0.