quickfix.field
Class AllocType

java.lang.Object
  extended byquickfix.Field
      extended byquickfix.IntField
          extended byquickfix.field.AllocType
All Implemented Interfaces:
java.io.Serializable

public class AllocType
extends IntField

See Also:
Serialized Form

Field Summary
static int CALCULATED
           
static int FIELD
           
static int PRELIMINARY
           
static int READY_TO_BOOK_SINGLE_ORDER
           
static int REQUEST_TO_INTERMEDIARY
           
static int WAREHOUSE_INSTRUCTION
           
 
Constructor Summary
AllocType()
           
AllocType(int data)
           
 
Methods inherited from class quickfix.IntField
getValue, setValue, setValue, valueEquals, valueEquals
 
Methods inherited from class quickfix.Field
equals, getField, getObject, getTag, hashCode, 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

CALCULATED

public static final int CALCULATED
See Also:
Constant Field Values

PRELIMINARY

public static final int PRELIMINARY
See Also:
Constant Field Values

READY_TO_BOOK_SINGLE_ORDER

public static final int READY_TO_BOOK_SINGLE_ORDER
See Also:
Constant Field Values

WAREHOUSE_INSTRUCTION

public static final int WAREHOUSE_INSTRUCTION
See Also:
Constant Field Values

REQUEST_TO_INTERMEDIARY

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

AllocType

public AllocType()

AllocType

public AllocType(int data)