BusinessDayAdjustTypegetValue Method

Get the unique signed integer value assigned to this BusinessDayAdjustType instance.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public int getValue()

Return Value

Int32
a unique signed integer value assigned to this BusinessDayAdjustType instance. Can be used to retrieve a static instance using the getByValue() static method.

See Also