Enum Class MDEntryType

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

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

    • BID

      public static final MDEntryType BID
    • OFFER

      public static final MDEntryType OFFER
    • TRADE

      public static final MDEntryType TRADE
    • INDEX_VALUE

      public static final MDEntryType INDEX_VALUE
    • OPENING_PRICE

      public static final MDEntryType OPENING_PRICE
    • CLOSING_PRICE

      public static final MDEntryType CLOSING_PRICE
    • SETTLEMENT_PRICE

      public static final MDEntryType SETTLEMENT_PRICE
    • TRADING_SESSION_HIGH_PRICE

      public static final MDEntryType TRADING_SESSION_HIGH_PRICE
    • TRADING_SESSION_LOW_PRICE

      public static final MDEntryType TRADING_SESSION_LOW_PRICE
    • TRADING_SESSION_VWAP_PRICE

      public static final MDEntryType TRADING_SESSION_VWAP_PRICE
    • IMBALANCE

      public static final MDEntryType IMBALANCE
    • TRADE_VOLUME

      public static final MDEntryType TRADE_VOLUME
    • OPEN_INTEREST

      public static final MDEntryType OPEN_INTEREST
    • COMPOSITE_UNDERLYING_PRICE

      public static final MDEntryType COMPOSITE_UNDERLYING_PRICE
    • SIMULATED_SELL_PRICE

      public static final MDEntryType SIMULATED_SELL_PRICE
    • SIMULATED_BUY_PRICE

      public static final MDEntryType SIMULATED_BUY_PRICE
    • MARGIN_RATE

      public static final MDEntryType MARGIN_RATE
    • MID_PRICE

      public static final MDEntryType MID_PRICE
    • EMPTY_BOOK

      public static final MDEntryType EMPTY_BOOK
    • SETTLE_HIGH_PRICE

      public static final MDEntryType SETTLE_HIGH_PRICE
    • SETTLE_LOW_PRICE

      public static final MDEntryType SETTLE_LOW_PRICE
    • PRIOR_SETTLE_PRICE

      public static final MDEntryType PRIOR_SETTLE_PRICE
    • SESSION_HIGH_BID

      public static final MDEntryType SESSION_HIGH_BID
    • SESSION_LOW_OFFER

      public static final MDEntryType SESSION_LOW_OFFER
    • EARLY_PRICES

      public static final MDEntryType EARLY_PRICES
    • AUCTION_CLEARING_PRICE

      public static final MDEntryType AUCTION_CLEARING_PRICE
    • SVF_FOR_SWAPS_CLEARED_THROUGH_CCP

      public static final MDEntryType SVF_FOR_SWAPS_CLEARED_THROUGH_CCP
    • VALUE_ADJUSTMENT_FOR_LONG_POSITIONS

      public static final MDEntryType VALUE_ADJUSTMENT_FOR_LONG_POSITIONS
    • CUMMULATIVE_VALUE_ADJUSTMENT_FOR_LONG_POSITIONS

      public static final MDEntryType CUMMULATIVE_VALUE_ADJUSTMENT_FOR_LONG_POSITIONS
    • DAILY_VALUE_ADJUSTMENT_FOR_SHORT_POSITIONS

      public static final MDEntryType DAILY_VALUE_ADJUSTMENT_FOR_SHORT_POSITIONS
    • CUMMULATIVE_VALUE_ADJUSTMENT_FOR_SHORT_POSITIONS

      public static final MDEntryType CUMMULATIVE_VALUE_ADJUSTMENT_FOR_SHORT_POSITIONS
    • FIXING_PRICE

      public static final MDEntryType FIXING_PRICE
    • CASH_RATE

      public static final MDEntryType CASH_RATE
    • RECOVERY_RATE

      public static final MDEntryType RECOVERY_RATE
    • RECOVERY_RATE_FOR_LONG

      public static final MDEntryType RECOVERY_RATE_FOR_LONG
    • RECOVERY_RATE_FOR_SHORT

      public static final MDEntryType RECOVERY_RATE_FOR_SHORT
  • Method Details

    • values

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