Enum Class SettlLocation

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

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

    • CEDEL

      public static final SettlLocation CEDEL
    • DEPOSITORY_TRUST_COMPANY

      public static final SettlLocation DEPOSITORY_TRUST_COMPANY
    • EUROCLEAR

      public static final SettlLocation EUROCLEAR
    • FEDERAL_BOOK_ENTRY

      public static final SettlLocation FEDERAL_BOOK_ENTRY
    • PHYSICAL

      public static final SettlLocation PHYSICAL
    • PARTICIPANT_TRUST_COMPANY

      public static final SettlLocation PARTICIPANT_TRUST_COMPANY
    • LOCAL_MARKET_SETTLE_LOCATION

      public static final SettlLocation LOCAL_MARKET_SETTLE_LOCATION
  • Method Details

    • values

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