Enum Class YieldType

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

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

    • AFTER_TAX

      public static final YieldType AFTER_TAX
    • ANNUAL

      public static final YieldType ANNUAL
    • AT_ISSUE

      public static final YieldType AT_ISSUE
    • TO_AVERAGE_MATURITY

      public static final YieldType TO_AVERAGE_MATURITY
    • BOOK

      public static final YieldType BOOK
    • TO_NEXT_CALL

      public static final YieldType TO_NEXT_CALL
    • CHANGE_SINCE_CLOSE

      public static final YieldType CHANGE_SINCE_CLOSE
    • CLOSING

      public static final YieldType CLOSING
    • COMPOUND

      public static final YieldType COMPOUND
    • CURRENT

      public static final YieldType CURRENT
    • GOUVERMENT_EQUIVALENT

      public static final YieldType GOUVERMENT_EQUIVALENT
    • TRUE_GROSS

      public static final YieldType TRUE_GROSS
    • WITH_INFLATION_ASSUMPTION

      public static final YieldType WITH_INFLATION_ASSUMPTION
    • INVERSE_FLOATER_BOND

      public static final YieldType INVERSE_FLOATER_BOND
    • LAST_CLOSE

      public static final YieldType LAST_CLOSE
    • LAST_MONTH

      public static final YieldType LAST_MONTH
    • LAST_QUARTER

      public static final YieldType LAST_QUARTER
    • LAST_YEAR

      public static final YieldType LAST_YEAR
    • TO_LONGEST_AVERAGE_LIFE

      public static final YieldType TO_LONGEST_AVERAGE_LIFE
    • MARK_TO_MARKET

      public static final YieldType MARK_TO_MARKET
    • TO_MATURITY

      public static final YieldType TO_MATURITY
    • TO_NEXT_REFUND

      public static final YieldType TO_NEXT_REFUND
    • OPEN_AVERAGE

      public static final YieldType OPEN_AVERAGE
    • PREVIOUS_CLOSE

      public static final YieldType PREVIOUS_CLOSE
    • PROCEEDS

      public static final YieldType PROCEEDS
    • TO_NEXT_PUT

      public static final YieldType TO_NEXT_PUT
    • SEMI_ANNUAL

      public static final YieldType SEMI_ANNUAL
    • TO_SHORTEST_AVERAGE_LIFE

      public static final YieldType TO_SHORTEST_AVERAGE_LIFE
    • SIMPLE

      public static final YieldType SIMPLE
    • TAX_EQUIVALENT

      public static final YieldType TAX_EQUIVALENT
    • TO_TENDER_DATE

      public static final YieldType TO_TENDER_DATE
    • TRUE_YIELD

      public static final YieldType TRUE_YIELD
    • VALUE_1_32

      public static final YieldType VALUE_1_32
    • TO_WORSE

      public static final YieldType TO_WORSE
  • Method Details

    • values

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