Enum Class PartyIDSource

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

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

    • BIC

      public static final PartyIDSource BIC
    • GENERAL_IDENTIFIER

      public static final PartyIDSource GENERAL_IDENTIFIER
    • PROPRIETARY

      public static final PartyIDSource PROPRIETARY
    • ISO_COUNTRY_CODE

      public static final PartyIDSource ISO_COUNTRY_CODE
    • SETTLEMENT_ENTITY_LOCATION

      public static final PartyIDSource SETTLEMENT_ENTITY_LOCATION
    • MIC

      public static final PartyIDSource MIC
    • CSD_PARTICIPANT

      public static final PartyIDSource CSD_PARTICIPANT
    • KOREAN_INVESTOR_ID

      public static final PartyIDSource KOREAN_INVESTOR_ID
    • TAIWANESE_QUALIFIED_FOREIGN_INVESTOR_ID

      public static final PartyIDSource TAIWANESE_QUALIFIED_FOREIGN_INVESTOR_ID
    • TAIWANESE_TRADING_ACCOUNT

      public static final PartyIDSource TAIWANESE_TRADING_ACCOUNT
    • MALAYSIAN_CENTRAL_DEPOSITORY_NUMBER

      public static final PartyIDSource MALAYSIAN_CENTRAL_DEPOSITORY_NUMBER
    • CHINESE_B_SHARE

      public static final PartyIDSource CHINESE_B_SHARE
    • UK_NINO_OR_PENSION_NUMBER

      public static final PartyIDSource UK_NINO_OR_PENSION_NUMBER
    • US_SSN

      public static final PartyIDSource US_SSN
    • US_EIN

      public static final PartyIDSource US_EIN
    • AUSTRALIAN_BUSINESS_NUMBER

      public static final PartyIDSource AUSTRALIAN_BUSINESS_NUMBER
    • AUSTRALIAN_TAX_FILE_NUMBER

      public static final PartyIDSource AUSTRALIAN_TAX_FILE_NUMBER
    • ISITC_ACRONYM

      public static final PartyIDSource ISITC_ACRONYM
  • Method Details

    • values

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