public abstract class AbstractSecurity : Security
Public MustInherit Class AbstractSecurity
Implements Security
AbstractSecurity | Initializes a new instance of the AbstractSecurity class |
createCalculator(FISADate) | |
createCalculator(FISADate, HolidaySchedule) | |
createCalculator(FISADate, Redemption) | |
createCalculator(FISADate, Redemption, HolidaySchedule) | |
createQuoteAnalytics(Quote, FISADate) | |
createQuoteAnalytics(Quote, FISADate, HolidaySchedule) | |
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) |
getBusinessDayAdjustType | Get the BusinessDayAdjustType. |
getDatedDate | Get the DatedDate set for this Security |
getDayCountBasis | Get the DayCountBasis. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
getMarket | Get the Market for this Security. |
getParValue | Get the parValue. |
getRedemption | |
getRedemptionCount | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
isEomAdjust | Get the EOM Adjust flag, which determines whether the End Of Month Adjustment rule should be used while calculating days for this Security. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
setBusinessDayAdjustType | Set the BusinessDayAdjustType. |
setDatedDate | Set the DatedDate for this Security |
setDayCountBasis | Set the DayCountBasis. |
setEomAdjust | Set the EOM Adjust flag, which determines whether the End Of Month Adjustment rule should be used while calculating days for this Security. |
setParValue | Set the parValue. |
ToString | Returns a string that represents the current object. (Inherited from Object) |