quickfix.field
Class TriggerPriceType

java.lang.Object
  extended by quickfix.Field<java.lang.Character>
      extended by quickfix.CharField
          extended by quickfix.field.TriggerPriceType
All Implemented Interfaces:
java.io.Serializable

public class TriggerPriceType
extends CharField

See Also:
Serialized Form

Field Summary
static char BEST_BID
           
static char BEST_BID_OR_LAST_TRADE
           
static char BEST_MID
           
static char BEST_OFFER
           
static char BEST_OFFER_OR_LAST_TRADE
           
static int FIELD
           
static char LAST_TRADE
           
 
Constructor Summary
TriggerPriceType()
           
TriggerPriceType(char data)
           
 
Method Summary
 
Methods inherited from class quickfix.CharField
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

BEST_OFFER

public static final char BEST_OFFER
See Also:
Constant Field Values

LAST_TRADE

public static final char LAST_TRADE
See Also:
Constant Field Values

BEST_BID

public static final char BEST_BID
See Also:
Constant Field Values

BEST_BID_OR_LAST_TRADE

public static final char BEST_BID_OR_LAST_TRADE
See Also:
Constant Field Values

BEST_OFFER_OR_LAST_TRADE

public static final char BEST_OFFER_OR_LAST_TRADE
See Also:
Constant Field Values

BEST_MID

public static final char BEST_MID
See Also:
Constant Field Values
Constructor Detail

TriggerPriceType

public TriggerPriceType()

TriggerPriceType

public TriggerPriceType(char data)