BusinessDayAdjustTypegetByValue Method
Get a reference to a BusinessDayAdjustType for the given value.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public static BusinessDayAdjustType getByValue(
int value
)
Public Shared Function getByValue (
value As Integer
) As BusinessDayAdjustType
- value Int32
-
the value assigned to the BusinessDayAdjustType instance as returned by the getValue() method.
BusinessDayAdjustType
a reference to a BusinessDayAdjustType object for the given value,
or null if the value is unsupported.