BusinessDayAdjustType Class

This class defines all of the supported Business Day Adjustment types.

Definition

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

Methods

DisposeReleases all resources used by the BusinessDayAdjustType
Dispose(Boolean)Releases the unmanaged resources used by the BusinessDayAdjustType 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)
getAdjustmentDirectionGet the adjustmentDirection.
getByValue Get a reference to a BusinessDayAdjustType for the given value.
GetHashCodeServes as the default hash function.
(Inherited from Object)
getNameGet the name of this BusinessDayAdjustType.
GetTypeGets the Type of the current instance.
(Inherited from Object)
getValueGet the unique signed integer value assigned to this BusinessDayAdjustType instance.
isModifiedGet the value of the modified flag.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides ObjectToString)

Fields

FOLLOWINGStatic Following BusinessDayAdjustType ( 1 ).
FOLLOWING_MODIFIEDStatic Following-Modified BusinessDayAdjustType ( 2 ).
NONEStatic No Adjustment BusinessDayAdjustType ( 0 ).
PREVIOUSStatic Previous BusinessDayAdjustType ( -1 ).
PREVIOUS_MODIFIEDStatic Previous-Modified BusinessDayAdjustType ( -2 ).

See Also