Enum MarginCallResponseTypeEnum

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

@RosettaEnum("MarginCallResponseTypeEnum") public enum MarginCallResponseTypeEnum extends Enum<MarginCallResponseTypeEnum>
Represents the enumeration values to define the response type to a margin call.
Version:
5.30.0
  • Enum Constant Details

    • AGREEIN_FULL

      @RosettaEnumValue("AgreeinFull") public static final MarginCallResponseTypeEnum AGREEIN_FULL
      Specifies a 'Full Agreement' to Margin Call.
    • PARTIALLY_AGREE

      @RosettaEnumValue("PartiallyAgree") public static final MarginCallResponseTypeEnum PARTIALLY_AGREE
      Specifies a 'Partial agreement' to Margin Call.
    • DISPUTE

      @RosettaEnumValue("Dispute") public static final MarginCallResponseTypeEnum DISPUTE
      Specifies a 'Full Dispute' to a Margin call.
  • Method Details

    • values

      public static MarginCallResponseTypeEnum[] 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 MarginCallResponseTypeEnum 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 MarginCallResponseTypeEnum fromDisplayName(String name)
    • toString

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

      public String toDisplayString()