public class DiscreteCallSchedule : CallSchedule,
IDisposablePublic Class DiscreteCallSchedule
Implements CallSchedule, IDisposable| DiscreteCallSchedule | Initializes a new instance of the DiscreteCallSchedule class |
| DiscreteCallSchedule(Int32) | Initializes a new instance of the DiscreteCallSchedule class |
| DiscreteCallSchedule(FISADate, Int32) | Initializes a new instance of the DiscreteCallSchedule class |
| add(Redemption) | Add a redemption to this DiscreteCallSchedule. |
| add(FISADate, Double) | Add a redemption to this DiscreteCallSchedule. |
| contains | Determine whether the provided Redemption is contained within this CallSchedule. |
| Dispose | Releases all resources used by the DiscreteCallSchedule |
| Dispose(Boolean) | Releases the unmanaged resources used by the DiscreteCallSchedule and optionally releases the managed resources |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| getCall | Get the redemption at the specified index. |
| getCount | Get the number of calls in this schedule. |
| getDaysNotice | Get daysNotice. |
| getGenerateLastInterestDates | Returns a bool value indicating whether a last interest date will be automatically generated for CallSchedule Redemptions that are out of sync. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| getNextCall | A convenience method to get the "next" call. |
| getNextParCall | A convenience method to get the "next" par call. |
| getNextPremiumCall | A convenience method to get the "next" premium call. |
| getStartingIndex | Returns the index of the first call that falls on or after the number of daysNotice from tradeDate. |
| getTradeDate | Get tradeDate. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| remove | Remove a redemption from this DiscreteCallSchedule. |
| setDaysNotice | Set daysNotice. |
| setGenerateLastInterestDates | Set a bool value indicating whether a last interest date will be automatically generated for CallSchedule Redemptions that are out of sync. |
| setTradeDate | Set tradeDate. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |