AbstractSecurity Class

Abstract Security implementation with very minimum common fields.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public abstract class AbstractSecurity : Security
Inheritance
Object    AbstractSecurity
Derived
Implements
Security

Constructors

AbstractSecurityInitializes a new instance of the AbstractSecurity class

Methods

createCalculator(FISADate) 
createCalculator(FISADate, HolidaySchedule) 
createCalculator(FISADate, Redemption) 
createCalculator(FISADate, Redemption, HolidaySchedule) 
createQuoteAnalytics(Quote, FISADate) 
createQuoteAnalytics(Quote, FISADate, HolidaySchedule) 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
getDatedDateGet the DatedDate set for this Security
getDayCountBasis Get the DayCountBasis.
GetHashCodeServes as the default hash function.
(Inherited from Object)
getMarket Get the Market for this Security.
getParValueGet the parValue.
getRedemption 
getRedemptionCount 
GetTypeGets 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.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
setBusinessDayAdjustType Set the BusinessDayAdjustType.
setDatedDateSet 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.
setParValueSet the parValue.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also