Enum CallTypeEnum

java.lang.Object
java.lang.Enum<CallTypeEnum>
cdm.event.common.CallTypeEnum
All Implemented Interfaces:
Serializable, Comparable<CallTypeEnum>

@RosettaEnum("CallTypeEnum") public enum CallTypeEnum extends Enum<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 Details

    • MARGIN_CALL

      @RosettaEnumValue("MarginCall") public static final CallTypeEnum MARGIN_CALL
      Identifies an actionable Margin Call.
    • NOTIFICATION

      @RosettaEnumValue("Notification") public static final CallTypeEnum 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

      @RosettaEnumValue("ExpectedCall") public static final CallTypeEnum 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

      public static CallTypeEnum[] 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

      public static CallTypeEnum valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromDisplayName

      public static CallTypeEnum fromDisplayName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<CallTypeEnum>
    • toDisplayString

      public String toDisplayString()