quickfix.field
Class ExpType

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

public class ExpType
extends IntField

See Also:
Serialized Form

Field Summary
static int AUTO_EXERCISE
           
static int CONTRARY_INTENTION
           
static int DIFFERENCE
           
static int FIELD
           
static int FINAL_WILL_BE_EXERCISED
           
static int NON_AUTO_EXERCISE
           
 
Constructor Summary
ExpType()
           
ExpType(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

AUTO_EXERCISE

public static final int AUTO_EXERCISE
See Also:
Constant Field Values

NON_AUTO_EXERCISE

public static final int NON_AUTO_EXERCISE
See Also:
Constant Field Values

FINAL_WILL_BE_EXERCISED

public static final int FINAL_WILL_BE_EXERCISED
See Also:
Constant Field Values

CONTRARY_INTENTION

public static final int CONTRARY_INTENTION
See Also:
Constant Field Values

DIFFERENCE

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

ExpType

public ExpType()

ExpType

public ExpType(int data)