Enum Class PosType

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

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

    • ALLOCATION_TRADE_QTY

      public static final PosType ALLOCATION_TRADE_QTY
    • OPTION_ASSIGNMENT

      public static final PosType OPTION_ASSIGNMENT
    • AS_OF_TRADE_QTY

      public static final PosType AS_OF_TRADE_QTY
    • DELIVERY_QTY

      public static final PosType DELIVERY_QTY
    • ELECTRONIC_TRADE_QTY

      public static final PosType ELECTRONIC_TRADE_QTY
    • OPTION_EXERCISE_QTY

      public static final PosType OPTION_EXERCISE_QTY
    • EOD_QTY

      public static final PosType EOD_QTY
    • INTRA_SPREAD_QTY

      public static final PosType INTRA_SPREAD_QTY
    • INTER_SPREAD_QTY

      public static final PosType INTER_SPREAD_QTY
    • ADJUSTMENT_QTY

      public static final PosType ADJUSTMENT_QTY
    • PIT_TRADE_QTY

      public static final PosType PIT_TRADE_QTY
    • SOD_QTY

      public static final PosType SOD_QTY
    • INTEGRAL_SPLIT

      public static final PosType INTEGRAL_SPLIT
    • TRANSACTION_FROM_ASSIGNMENT

      public static final PosType TRANSACTION_FROM_ASSIGNMENT
    • TOTAL_TRANSACTION_QTY

      public static final PosType TOTAL_TRANSACTION_QTY
    • TRANSACTION_QUANTITY

      public static final PosType TRANSACTION_QUANTITY
    • TRANSFER_TRADE_QTY

      public static final PosType TRANSFER_TRADE_QTY
    • TRANSACTION_FROM_EXERCISE

      public static final PosType TRANSACTION_FROM_EXERCISE
    • CROSS_MARGIN_QTY

      public static final PosType CROSS_MARGIN_QTY
    • RECEIVE_QUANTITY

      public static final PosType RECEIVE_QUANTITY
    • CORPORATE_ACTION_ADJUSTMENT

      public static final PosType CORPORATE_ACTION_ADJUSTMENT
    • DELIVERY_NOTICE_QTY

      public static final PosType DELIVERY_NOTICE_QTY
    • EXCHANGE_FOR_PHYSICAL_QTY

      public static final PosType EXCHANGE_FOR_PHYSICAL_QTY
  • 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