quickfix.field
Class RegistRejReasonCode

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

public class RegistRejReasonCode
extends IntField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static int INVALID_UNACCEPTABLE_ACCOUNT_TYPE
           
static int INVALID_UNACCEPTABLE_CASH_DISTRIB_AGENT_ACCT_NAME
           
static int INVALID_UNACCEPTABLE_CASH_DISTRIB_AGENT_ACCT_NUM
           
static int INVALID_UNACCEPTABLE_CASH_DISTRIB_AGENT_CODE
           
static int INVALID_UNACCEPTABLE_DATE_OF_BIRTH
           
static int INVALID_UNACCEPTABLE_DISTRIB_PAYMENT_METHOD
           
static int INVALID_UNACCEPTABLE_DISTRIB_PERCENTAGE
           
static int INVALID_UNACCEPTABLE_INVESTOR_COUNTRY_OF_RESIDENCE
           
static int INVALID_UNACCEPTABLE_INVESTOR_ID
           
static int INVALID_UNACCEPTABLE_INVESTOR_ID_SOURCE
           
static int INVALID_UNACCEPTABLE_MAILING_DTLS
           
static int INVALID_UNACCEPTABLE_MAILING_INST
           
static int INVALID_UNACCEPTABLE_NO_REG_DETLS
           
static int INVALID_UNACCEPTABLE_NODISTRIBINSTNS
           
static int INVALID_UNACCEPTABLE_OWNERSHIP_TYPE
           
static int INVALID_UNACCEPTABLE_REG_DTLS
           
static int INVALID_UNACCEPTABLE_REG_SEQ_NO
           
static int INVALID_UNACCEPTABLE_TAX_EXEMPT_TYPE
           
static int OTHER
           
 
Constructor Summary
RegistRejReasonCode()
           
RegistRejReasonCode(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

INVALID_UNACCEPTABLE_ACCOUNT_TYPE

public static final int INVALID_UNACCEPTABLE_ACCOUNT_TYPE
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_TAX_EXEMPT_TYPE

public static final int INVALID_UNACCEPTABLE_TAX_EXEMPT_TYPE
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_OWNERSHIP_TYPE

public static final int INVALID_UNACCEPTABLE_OWNERSHIP_TYPE
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_NO_REG_DETLS

public static final int INVALID_UNACCEPTABLE_NO_REG_DETLS
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_REG_SEQ_NO

public static final int INVALID_UNACCEPTABLE_REG_SEQ_NO
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_REG_DTLS

public static final int INVALID_UNACCEPTABLE_REG_DTLS
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_MAILING_DTLS

public static final int INVALID_UNACCEPTABLE_MAILING_DTLS
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_MAILING_INST

public static final int INVALID_UNACCEPTABLE_MAILING_INST
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_INVESTOR_ID

public static final int INVALID_UNACCEPTABLE_INVESTOR_ID
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_INVESTOR_ID_SOURCE

public static final int INVALID_UNACCEPTABLE_INVESTOR_ID_SOURCE
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_DATE_OF_BIRTH

public static final int INVALID_UNACCEPTABLE_DATE_OF_BIRTH
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_INVESTOR_COUNTRY_OF_RESIDENCE

public static final int INVALID_UNACCEPTABLE_INVESTOR_COUNTRY_OF_RESIDENCE
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_NODISTRIBINSTNS

public static final int INVALID_UNACCEPTABLE_NODISTRIBINSTNS
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_DISTRIB_PERCENTAGE

public static final int INVALID_UNACCEPTABLE_DISTRIB_PERCENTAGE
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_DISTRIB_PAYMENT_METHOD

public static final int INVALID_UNACCEPTABLE_DISTRIB_PAYMENT_METHOD
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_CASH_DISTRIB_AGENT_ACCT_NAME

public static final int INVALID_UNACCEPTABLE_CASH_DISTRIB_AGENT_ACCT_NAME
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_CASH_DISTRIB_AGENT_CODE

public static final int INVALID_UNACCEPTABLE_CASH_DISTRIB_AGENT_CODE
See Also:
Constant Field Values

INVALID_UNACCEPTABLE_CASH_DISTRIB_AGENT_ACCT_NUM

public static final int INVALID_UNACCEPTABLE_CASH_DISTRIB_AGENT_ACCT_NUM
See Also:
Constant Field Values

OTHER

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

RegistRejReasonCode

public RegistRejReasonCode()

RegistRejReasonCode

public RegistRejReasonCode(int data)