quickfix.field
Class AllocReportType

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

public class AllocReportType
extends IntField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static int REQUEST_TO_INTERMEDIARY
           
static int SELLSIDE_CALCULATED_USING_PRELIMINARY
           
static int SELLSIDE_CALCULATED_WITHOUT_PRELIMINARY
           
static int WAREHOUSE_RECAP
           
 
Constructor Summary
AllocReportType()
           
AllocReportType(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

SELLSIDE_CALCULATED_USING_PRELIMINARY

public static final int SELLSIDE_CALCULATED_USING_PRELIMINARY
See Also:
Constant Field Values

SELLSIDE_CALCULATED_WITHOUT_PRELIMINARY

public static final int SELLSIDE_CALCULATED_WITHOUT_PRELIMINARY
See Also:
Constant Field Values

WAREHOUSE_RECAP

public static final int WAREHOUSE_RECAP
See Also:
Constant Field Values

REQUEST_TO_INTERMEDIARY

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

AllocReportType

public AllocReportType()

AllocReportType

public AllocReportType(int data)