public class Redemption : IComparable<Redemption>
Public Class Redemption
Implements IComparable(Of Redemption)
Redemption | This will initialize a Redemption with an empty date, a value of 0.0, and a null lastInterestDate. |
Redemption(FISADate, Double) | This will initialize a Redemption with the provided date and value and will set lastInterestDate to null. |
Redemption(FISADate, Double, FISADate) | This will initialize a Redemption with the provided date, value, and lastInterestDate. |
CompareTo | |
Equals | (Overrides ObjectEquals(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) |
generateLastInterestDate | Generates a date that would be the interest/dividend date just prior to redemption. This method stores the generated lastInterestDate to this Redemption object and returns the result. |
getDate | Get the redemption date. |
GetHashCode | (Overrides ObjectGetHashCode) |
getLastInterestDate | Get the last interest date, which would be the interest date just prior to redemption. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
getValue | Get the redemption value. |
isEmpty | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
setDate | Set the redemption date. |
setLastInterestDate | Set or clear the last interest date, which would be the interest date just prior to redemption. |
setValue | Set the redemption value. |
ToString | (Overrides ObjectToString) |