quickfix.field
Class Adjustment

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

public class Adjustment
extends IntField

See Also:
Serialized Form

Field Summary
static int CANCEL
           
static int CORRECTION
           
static int ERROR
           
static int FIELD
           
 
Constructor Summary
Adjustment()
           
Adjustment(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

CANCEL

public static final int CANCEL
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

CORRECTION

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

Adjustment

public Adjustment()

Adjustment

public Adjustment(int data)