quickfix.field
Class MDQuoteType

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

public class MDQuoteType
extends IntField

See Also:
Serialized Form

Field Summary
static int COUNTER
           
static int FIELD
           
static int INDICATIVE
           
static int INDICATIVE_AND_TRADEABLE
           
static int RESTRICTED_TRADEABLE
           
static int TRADEABLE
           
 
Constructor Summary
MDQuoteType()
           
MDQuoteType(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

INDICATIVE

public static final int INDICATIVE
See Also:
Constant Field Values

TRADEABLE

public static final int TRADEABLE
See Also:
Constant Field Values

RESTRICTED_TRADEABLE

public static final int RESTRICTED_TRADEABLE
See Also:
Constant Field Values

COUNTER

public static final int COUNTER
See Also:
Constant Field Values

INDICATIVE_AND_TRADEABLE

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

MDQuoteType

public MDQuoteType()

MDQuoteType

public MDQuoteType(int data)