Enum Class BookingUnit

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

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

    • EACH_PARTIAL_EXECUTION

      public static final BookingUnit EACH_PARTIAL_EXECUTION
    • AGGREGATED_EXECUTIONS_PER_ORDER

      public static final BookingUnit AGGREGATED_EXECUTIONS_PER_ORDER
    • AGGREGATED_EXECUTIONS_FOR_SYMBOL_SIDE_SETTLDATE

      public static final BookingUnit AGGREGATED_EXECUTIONS_FOR_SYMBOL_SIDE_SETTLDATE
  • Method Details

    • values

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