The DiscreteCallSchedule type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DiscreteCallSchedule | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| add | Overloaded. | |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object..::.Finalize()()().) | |
| getCall | ||
| getCount | ||
| getDaysNotice | Get daysNotice. | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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. | |
| setTradeDate | ||
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| calls | ||
| daysNotice | ||
| needsSort | ||
| tradeDate |