quickfix.field
Class CollInquiryQualifier

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

public class CollInquiryQualifier
extends IntField

See Also:
Serialized Form

Field Summary
static int COLLATERALINSTRUMENT
           
static int FIELD
           
static int FULLY_ASSIGNED
           
static int GC_INSTRUMENT
           
static int NOT_ASSIGNED
           
static int OUTSTANDING_TRADES
           
static int PARTIALLY_ASSIGNED
           
static int SUBSTITUTION_ELIGIBLE
           
static int TRADEDATE
           
 
Constructor Summary
CollInquiryQualifier()
           
CollInquiryQualifier(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

TRADEDATE

public static final int TRADEDATE
See Also:
Constant Field Values

GC_INSTRUMENT

public static final int GC_INSTRUMENT
See Also:
Constant Field Values

COLLATERALINSTRUMENT

public static final int COLLATERALINSTRUMENT
See Also:
Constant Field Values

SUBSTITUTION_ELIGIBLE

public static final int SUBSTITUTION_ELIGIBLE
See Also:
Constant Field Values

NOT_ASSIGNED

public static final int NOT_ASSIGNED
See Also:
Constant Field Values

PARTIALLY_ASSIGNED

public static final int PARTIALLY_ASSIGNED
See Also:
Constant Field Values

FULLY_ASSIGNED

public static final int FULLY_ASSIGNED
See Also:
Constant Field Values

OUTSTANDING_TRADES

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

CollInquiryQualifier

public CollInquiryQualifier()

CollInquiryQualifier

public CollInquiryQualifier(int data)