quickfix.field
Class PartySubIDType

java.lang.Object
  extended by quickfix.Field<java.lang.Integer>
      extended by quickfix.IntField
          extended by quickfix.field.PartySubIDType
All Implemented Interfaces:
java.io.Serializable

public class PartySubIDType
extends IntField

See Also:
Serialized Form

Field Summary
static int APPLICATION
           
static int BIC
           
static int CASH_ACCOUNT_NAME
           
static int CASH_ACCOUNT_NUMBER
           
static int CONTACT_NAME
           
static int CSD_PARTICIPANT_MEMBER_CODE
           
static int DEPARTMENT
           
static int ELIGIBLE_COUNTERPARTY
           
static int EMAIL_ADDRESS
           
static int EXECUTION_VENUE
           
static int FAX_NUMBER
           
static int FIELD
           
static int FIRM
           
static int FULL_LEGAL_NAME_OF_FIRM
           
static int FUND_ACCOUNT_NAME
           
static int LOCATION
           
static int LOCATION_DESK
           
static int MARKET_MAKER
           
static int PERSON
           
static int PHONE_NUMBER
           
static int POSITION_ACCOUNT_TYPE
           
static int POSTAL_ADDRESS
           
static int PROFESSIONAL_CLIENT
           
static int REGISTERED_ADDRESS
           
static int REGISTERED_ADDRESS2
           
static int REGISTRATION_NAME
           
static int REGISTRATION_NUMBER
           
static int REGULATORY_STATUS
           
static int SECURITIES_ACCOUNT_NAME
           
static int SECURITIES_ACCOUNT_NUMBER
           
static int SECURITY_LOCATE_ID
           
static int SYSTEM
           
static int TELEX_NUMBER
           
 
Constructor Summary
PartySubIDType()
           
PartySubIDType(int data)
           
 
Method Summary
 
Methods inherited from class quickfix.IntField
getValue, setValue, setValue, valueEquals, valueEquals
 
Methods inherited from class quickfix.Field
equals, getField, getObject, getTag, hashCode, objectAsString, setObject, setTag, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FIELD

public static final int FIELD
See Also:
Constant Field Values

FIRM

public static final int FIRM
See Also:
Constant Field Values

PERSON

public static final int PERSON
See Also:
Constant Field Values

SYSTEM

public static final int SYSTEM
See Also:
Constant Field Values

APPLICATION

public static final int APPLICATION
See Also:
Constant Field Values

FULL_LEGAL_NAME_OF_FIRM

public static final int FULL_LEGAL_NAME_OF_FIRM
See Also:
Constant Field Values

POSTAL_ADDRESS

public static final int POSTAL_ADDRESS
See Also:
Constant Field Values

PHONE_NUMBER

public static final int PHONE_NUMBER
See Also:
Constant Field Values

EMAIL_ADDRESS

public static final int EMAIL_ADDRESS
See Also:
Constant Field Values

CONTACT_NAME

public static final int CONTACT_NAME
See Also:
Constant Field Values

SECURITIES_ACCOUNT_NUMBER

public static final int SECURITIES_ACCOUNT_NUMBER
See Also:
Constant Field Values

REGISTRATION_NUMBER

public static final int REGISTRATION_NUMBER
See Also:
Constant Field Values

REGISTERED_ADDRESS

public static final int REGISTERED_ADDRESS
See Also:
Constant Field Values

REGULATORY_STATUS

public static final int REGULATORY_STATUS
See Also:
Constant Field Values

REGISTRATION_NAME

public static final int REGISTRATION_NAME
See Also:
Constant Field Values

CASH_ACCOUNT_NUMBER

public static final int CASH_ACCOUNT_NUMBER
See Also:
Constant Field Values

BIC

public static final int BIC
See Also:
Constant Field Values

CSD_PARTICIPANT_MEMBER_CODE

public static final int CSD_PARTICIPANT_MEMBER_CODE
See Also:
Constant Field Values

REGISTERED_ADDRESS2

public static final int REGISTERED_ADDRESS2
See Also:
Constant Field Values

FUND_ACCOUNT_NAME

public static final int FUND_ACCOUNT_NAME
See Also:
Constant Field Values

TELEX_NUMBER

public static final int TELEX_NUMBER
See Also:
Constant Field Values

FAX_NUMBER

public static final int FAX_NUMBER
See Also:
Constant Field Values

SECURITIES_ACCOUNT_NAME

public static final int SECURITIES_ACCOUNT_NAME
See Also:
Constant Field Values

CASH_ACCOUNT_NAME

public static final int CASH_ACCOUNT_NAME
See Also:
Constant Field Values

DEPARTMENT

public static final int DEPARTMENT
See Also:
Constant Field Values

LOCATION_DESK

public static final int LOCATION_DESK
See Also:
Constant Field Values

POSITION_ACCOUNT_TYPE

public static final int POSITION_ACCOUNT_TYPE
See Also:
Constant Field Values

SECURITY_LOCATE_ID

public static final int SECURITY_LOCATE_ID
See Also:
Constant Field Values

MARKET_MAKER

public static final int MARKET_MAKER
See Also:
Constant Field Values

ELIGIBLE_COUNTERPARTY

public static final int ELIGIBLE_COUNTERPARTY
See Also:
Constant Field Values

PROFESSIONAL_CLIENT

public static final int PROFESSIONAL_CLIENT
See Also:
Constant Field Values

LOCATION

public static final int LOCATION
See Also:
Constant Field Values

EXECUTION_VENUE

public static final int EXECUTION_VENUE
See Also:
Constant Field Values
Constructor Detail

PartySubIDType

public PartySubIDType()

PartySubIDType

public PartySubIDType(int data)