Enum Class PosAmtType

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

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

    • FINAL_MTM

      public static final PosAmtType FINAL_MTM
    • INCREMENTAL_MTM

      public static final PosAmtType INCREMENTAL_MTM
    • TRADE_VARIATION

      public static final PosAmtType TRADE_VARIATION
    • SOD_MTM

      public static final PosAmtType SOD_MTM
    • PREMIUM

      public static final PosAmtType PREMIUM
    • CRES_RESIDUAL

      public static final PosAmtType CRES_RESIDUAL
    • CASH

      public static final PosAmtType CASH
    • VALUE_ADJUSTED

      public static final PosAmtType VALUE_ADJUSTED
    • SETTLEMENT_VALUE

      public static final PosAmtType SETTLEMENT_VALUE
    • INITIAL_TRADE_COUPON

      public static final PosAmtType INITIAL_TRADE_COUPON
    • ACCURED_COUPON

      public static final PosAmtType ACCURED_COUPON
    • COUPON

      public static final PosAmtType COUPON
    • INCREMENTAL_ACCRUED_COUPON

      public static final PosAmtType INCREMENTAL_ACCRUED_COUPON
    • COLLATERALIZED_MTM

      public static final PosAmtType COLLATERALIZED_MTM
    • INCREMENTAL_COLLATERALIZED_MTM

      public static final PosAmtType INCREMENTAL_COLLATERALIZED_MTM
    • COMPENSATION

      public static final PosAmtType COMPENSATION
    • TOTAL_BANKED

      public static final PosAmtType TOTAL_BANKED
    • TOTAL_COLLATERALIZED

      public static final PosAmtType TOTAL_COLLATERALIZED
  • Method Details

    • values

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