Enum Class ContAmtType

java.lang.Object
java.lang.Enum<ContAmtType>
com.epam.fix.message.constants.fix50.enums.ContAmtType
All Implemented Interfaces:
EnumValue, Serializable, Comparable<ContAmtType>, Constable

public enum ContAmtType extends Enum<ContAmtType> implements EnumValue
  • Enum Constant Details

    • COMMISSION_AMOUNT

      public static final ContAmtType COMMISSION_AMOUNT
    • COMMISSION_PERCENT

      public static final ContAmtType COMMISSION_PERCENT
    • INITIAL_CHARGE_AMOUNT

      public static final ContAmtType INITIAL_CHARGE_AMOUNT
    • INITIAL_CHARGE_PERCENT

      public static final ContAmtType INITIAL_CHARGE_PERCENT
    • DISCOUNT_AMOUNT

      public static final ContAmtType DISCOUNT_AMOUNT
    • DISCOUNT_PERCENT

      public static final ContAmtType DISCOUNT_PERCENT
    • DILUTION_LEVY_AMOUNT

      public static final ContAmtType DILUTION_LEVY_AMOUNT
    • DILUTION_LEVY_PERCENT

      public static final ContAmtType DILUTION_LEVY_PERCENT
    • EXIT_CHARGE_AMOUNT

      public static final ContAmtType EXIT_CHARGE_AMOUNT
    • EXIT_CHARGE_PERCENT

      public static final ContAmtType EXIT_CHARGE_PERCENT
    • FUNDBASED_RENEWAL_COMMISSION_PERSENT

      public static final ContAmtType FUNDBASED_RENEWAL_COMMISSION_PERSENT
    • PROJECTED_FUND_VALUE

      public static final ContAmtType PROJECTED_FUND_VALUE
    • FUNDBASED_RENEWAL_COMMISSION_ON_ORDER

      public static final ContAmtType FUNDBASED_RENEWAL_COMMISSION_ON_ORDER
    • FUNDBASED_RENEWAL_COMMISSION_ON_FUND

      public static final ContAmtType FUNDBASED_RENEWAL_COMMISSION_ON_FUND
    • NET_SETTLEMENT_AMOUNT

      public static final ContAmtType NET_SETTLEMENT_AMOUNT
  • Method Details

    • values

      public static ContAmtType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ContAmtType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public byte[] getValue()
      Specified by:
      getValue in interface EnumValue
    • equals

      public boolean equals(byte[] val, int offset, int length)
      Specified by:
      equals in interface EnumValue
    • equals

      public boolean equals(byte[] val)
      Specified by:
      equals in interface EnumValue