quickfix.field
Class AllocCancReplaceReason

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

public class AllocCancReplaceReason
extends IntField

See Also:
Serialized Form

Field Summary
static int CHANGE_IN_UNDERLYING_ORDER_DETAILS
           
static int FIELD
           
static int ORIGINAL_DETAILS_INCOMPLETE_INCORRECT
           
static int OTHER
           
 
Constructor Summary
AllocCancReplaceReason()
           
AllocCancReplaceReason(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

ORIGINAL_DETAILS_INCOMPLETE_INCORRECT

public static final int ORIGINAL_DETAILS_INCOMPLETE_INCORRECT
See Also:
Constant Field Values

CHANGE_IN_UNDERLYING_ORDER_DETAILS

public static final int CHANGE_IN_UNDERLYING_ORDER_DETAILS
See Also:
Constant Field Values

OTHER

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

AllocCancReplaceReason

public AllocCancReplaceReason()

AllocCancReplaceReason

public AllocCancReplaceReason(int data)