Enum Class PosType

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

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

    • TRANSACTION_QUANTITY

      public static final PosType TRANSACTION_QUANTITY
    • INTRA_SPREAD_QTY

      public static final PosType INTRA_SPREAD_QTY
    • INTER_SPREAD_QTY

      public static final PosType INTER_SPREAD_QTY
    • EOD_QTY

      public static final PosType EOD_QTY
    • SOD_QTY

      public static final PosType SOD_QTY
    • OPTION_EXERCISE_QTY

      public static final PosType OPTION_EXERCISE_QTY
    • OPTION_ASSIGNMENT

      public static final PosType OPTION_ASSIGNMENT
    • TRANSACTION_FROM_EXERCISE

      public static final PosType TRANSACTION_FROM_EXERCISE
    • TRANSACTION_FROM_ASSIGNMENT

      public static final PosType TRANSACTION_FROM_ASSIGNMENT
    • PIT_TRADE_QTY

      public static final PosType PIT_TRADE_QTY
    • TRANSFER_TRADE_QTY

      public static final PosType TRANSFER_TRADE_QTY
    • ELECTRONIC_TRADE_QTY

      public static final PosType ELECTRONIC_TRADE_QTY
    • ALLOCATION_TRADE_QTY

      public static final PosType ALLOCATION_TRADE_QTY
    • ADJUSTMENT_QTY

      public static final PosType ADJUSTMENT_QTY
    • AS_OF_TRADE_QTY

      public static final PosType AS_OF_TRADE_QTY
    • DELIVERY_QTY

      public static final PosType DELIVERY_QTY
    • TOTAL_TRANSACTION_QTY

      public static final PosType TOTAL_TRANSACTION_QTY
    • CROSS_MARGIN_QTY

      public static final PosType CROSS_MARGIN_QTY
    • INTEGRAL_SPLIT

      public static final PosType INTEGRAL_SPLIT
  • Method Details

    • values

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