Enum Class ExecPriceType

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

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

    • BID_PRICE

      public static final ExecPriceType BID_PRICE
    • CREATION_PRICE

      public static final ExecPriceType CREATION_PRICE
    • CREATION_PRICE_PLUS_ADJUSTMENT_PERCENT

      public static final ExecPriceType CREATION_PRICE_PLUS_ADJUSTMENT_PERCENT
    • CREATION_PRICE_PLUS_ADJUSTMENT_AMOUNT

      public static final ExecPriceType CREATION_PRICE_PLUS_ADJUSTMENT_AMOUNT
    • OFFER_PRICE

      public static final ExecPriceType OFFER_PRICE
    • CREATION_PRICE_MINUS_ADJUSTMENT_PERCENT

      public static final ExecPriceType CREATION_PRICE_MINUS_ADJUSTMENT_PERCENT
    • CREATION_PRICE_MINUS_ADJUSTMENT_AMOUNT

      public static final ExecPriceType CREATION_PRICE_MINUS_ADJUSTMENT_AMOUNT
    • SINGLE_PRICE

      public static final ExecPriceType SINGLE_PRICE
  • Method Details

    • values

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