quickfix.field
Class PosReqType

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

public class PosReqType
extends IntField

See Also:
Serialized Form

Field Summary
static int ASSIGNMENTS
           
static int BACKOUT_MESSAGE
           
static int EXERCISES
           
static int FIELD
           
static int POSITIONS
           
static int SETTLEMENT_ACTIVITY
           
static int TRADES
           
 
Constructor Summary
PosReqType()
           
PosReqType(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

POSITIONS

public static final int POSITIONS
See Also:
Constant Field Values

TRADES

public static final int TRADES
See Also:
Constant Field Values

EXERCISES

public static final int EXERCISES
See Also:
Constant Field Values

ASSIGNMENTS

public static final int ASSIGNMENTS
See Also:
Constant Field Values

SETTLEMENT_ACTIVITY

public static final int SETTLEMENT_ACTIVITY
See Also:
Constant Field Values

BACKOUT_MESSAGE

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

PosReqType

public PosReqType()

PosReqType

public PosReqType(int data)