quickfix.field
Class ExecRestatementReason

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

public class ExecRestatementReason
extends IntField

See Also:
Serialized Form

Field Summary
static int BROKER_OPTION
           
static int CANCEL_ON_SYSTEM_FAILURE
           
static int CANCEL_ON_TRADING_HALT
           
static int CANCELED_NOT_BEST
           
static int FIELD
           
static int GT_CORPORATE_ACTION
           
static int GT_RENEWAL_RESTATEMENT
           
static int MARKET_OPTION
           
static int OTHER
           
static int PARTIAL_DECLINE_OF_ORDERQTY
           
static int PEG_REFRESH
           
static int REPRICING_OF_ORDER
           
static int VERBAL_CHANGE
           
static int WAREHOUSE_RECAP
           
 
Constructor Summary
ExecRestatementReason()
           
ExecRestatementReason(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

GT_CORPORATE_ACTION

public static final int GT_CORPORATE_ACTION
See Also:
Constant Field Values

GT_RENEWAL_RESTATEMENT

public static final int GT_RENEWAL_RESTATEMENT
See Also:
Constant Field Values

WAREHOUSE_RECAP

public static final int WAREHOUSE_RECAP
See Also:
Constant Field Values

VERBAL_CHANGE

public static final int VERBAL_CHANGE
See Also:
Constant Field Values

REPRICING_OF_ORDER

public static final int REPRICING_OF_ORDER
See Also:
Constant Field Values

BROKER_OPTION

public static final int BROKER_OPTION
See Also:
Constant Field Values

PARTIAL_DECLINE_OF_ORDERQTY

public static final int PARTIAL_DECLINE_OF_ORDERQTY
See Also:
Constant Field Values

CANCEL_ON_TRADING_HALT

public static final int CANCEL_ON_TRADING_HALT
See Also:
Constant Field Values

CANCEL_ON_SYSTEM_FAILURE

public static final int CANCEL_ON_SYSTEM_FAILURE
See Also:
Constant Field Values

MARKET_OPTION

public static final int MARKET_OPTION
See Also:
Constant Field Values

CANCELED_NOT_BEST

public static final int CANCELED_NOT_BEST
See Also:
Constant Field Values

OTHER

public static final int OTHER
See Also:
Constant Field Values

PEG_REFRESH

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

ExecRestatementReason

public ExecRestatementReason()

ExecRestatementReason

public ExecRestatementReason(int data)