Enum Class PartySubIDType

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

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

    • FIRM

      public static final PartySubIDType FIRM
    • PERSON

      public static final PartySubIDType PERSON
    • SYSTEM

      public static final PartySubIDType SYSTEM
    • APPLICATION

      public static final PartySubIDType APPLICATION
    • POSTAL_ADDRESS

      public static final PartySubIDType POSTAL_ADDRESS
    • PHONE_NUMBER

      public static final PartySubIDType PHONE_NUMBER
    • EMAIL_ADDRESS

      public static final PartySubIDType EMAIL_ADDRESS
    • CONTACT_NAME

      public static final PartySubIDType CONTACT_NAME
    • SECURITIES_ACCOUNT_NUMBER

      public static final PartySubIDType SECURITIES_ACCOUNT_NUMBER
    • REGISTRATION_NUMBER

      public static final PartySubIDType REGISTRATION_NUMBER
    • REGISTERED_ADDRESS_FOR_CONFIRMATION

      public static final PartySubIDType REGISTERED_ADDRESS_FOR_CONFIRMATION
    • REGULATORY_STATUS

      public static final PartySubIDType REGULATORY_STATUS
    • REGISTRATION_NAME

      public static final PartySubIDType REGISTRATION_NAME
    • CASH_ACCOUNT_NUMBER

      public static final PartySubIDType CASH_ACCOUNT_NUMBER
    • BIC

      public static final PartySubIDType BIC
    • CSD_PARTICIPANT_MEMBER_CODE

      public static final PartySubIDType CSD_PARTICIPANT_MEMBER_CODE
    • REGISTERED_ADDRESS

      public static final PartySubIDType REGISTERED_ADDRESS
    • FUND_ACCOUNT_NAME

      public static final PartySubIDType FUND_ACCOUNT_NAME
    • TELEX_NUMBER

      public static final PartySubIDType TELEX_NUMBER
    • FAX_NUMBER

      public static final PartySubIDType FAX_NUMBER
    • SECURITIES_ACCOUNT_NAME

      public static final PartySubIDType SECURITIES_ACCOUNT_NAME
    • CASH_ACCOUNT_NAME

      public static final PartySubIDType CASH_ACCOUNT_NAME
    • DEPARTMENT

      public static final PartySubIDType DEPARTMENT
    • LOCATION_DESK

      public static final PartySubIDType LOCATION_DESK
    • POSITION_ACCOUNT_TYPE

      public static final PartySubIDType POSITION_ACCOUNT_TYPE
    • SECURITY_LOCATE_ID

      public static final PartySubIDType SECURITY_LOCATE_ID
    • MARKET_MAKER

      public static final PartySubIDType MARKET_MAKER
    • ELIGIBLE_COUNTERPARTY

      public static final PartySubIDType ELIGIBLE_COUNTERPARTY
    • PROFESSIONAL_CLIENT

      public static final PartySubIDType PROFESSIONAL_CLIENT
    • LOCATION

      public static final PartySubIDType LOCATION
    • EXECUTION_VENUE

      public static final PartySubIDType EXECUTION_VENUE
  • Method Details

    • values

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