Package cdm.event.common
Enum CallTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<CallTypeEnum>
Represents the enumeration values that indicate the intended status of message type, such as expected call, notification of a call or a margin call.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIdentifies an expected Margin Call instruction for either party to notify the other or their service provider of an expected margin call movement.Identifies an actionable Margin Call.Identifies a notification of a Margin Call for legal obligation to notify other party to initiate a margin call when notifying party is calculation or valuation agent. -
Method Summary
Modifier and TypeMethodDescriptionstatic CallTypeEnumfromDisplayName(String name) toString()static CallTypeEnumReturns the enum constant of this type with the specified name.static CallTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MARGIN_CALL
Identifies an actionable Margin Call. -
NOTIFICATION
Identifies a notification of a Margin Call for legal obligation to notify other party to initiate a margin call when notifying party is calculation or valuation agent. -
EXPECTED_CALL
Identifies an expected Margin Call instruction for either party to notify the other or their service provider of an expected margin call movement.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<CallTypeEnum>
-
toDisplayString
-