quickfix.field
Class QuoteRespType

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

public class QuoteRespType
extends IntField

See Also:
Serialized Form

Field Summary
static int COUNTER
           
static int COVER
           
static int DONE_AWAY
           
static int EXPIRED
           
static int FIELD
           
static int HIT_LIFT
           
static int PASS
           
 
Constructor Summary
QuoteRespType()
           
QuoteRespType(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

HIT_LIFT

public static final int HIT_LIFT
See Also:
Constant Field Values

COUNTER

public static final int COUNTER
See Also:
Constant Field Values

EXPIRED

public static final int EXPIRED
See Also:
Constant Field Values

COVER

public static final int COVER
See Also:
Constant Field Values

DONE_AWAY

public static final int DONE_AWAY
See Also:
Constant Field Values

PASS

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

QuoteRespType

public QuoteRespType()

QuoteRespType

public QuoteRespType(int data)