InterestFrequency Class

This class defines all of the supported interest frequencies.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public class InterestFrequency : IDisposable
Inheritance
Object    InterestFrequency
Implements
IDisposable

Methods

DisposeReleases all resources used by the InterestFrequency
Dispose(Boolean)Releases the unmanaged resources used by the InterestFrequency and optionally releases the managed resources
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)
getByValue Get a pointer to an InterestFrequency for the given value ( periods per year ).
GetHashCodeServes as the default hash function.
(Inherited from Object)
getNameGet the name of this InterestFrequency.
GetTypeGets the Type of the current instance.
(Inherited from Object)
getValueGet the number of periods per year.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides ObjectToString)

Fields

ANNUALStatic Annual InterestFrequency ( 1 ).
MONTHLYStatic Quarterly InterestFrequency ( 12 ).
QUARTERLYStatic Quarterly InterestFrequency ( 4 ).
SEMI_ANNUALStatic Semi Annual InterestFrequency ( 2 ).

See Also