quickfix.field
Class TriggerPriceType
java.lang.Object
quickfix.Field<java.lang.Character>
quickfix.CharField
quickfix.field.TriggerPriceType
- All Implemented Interfaces:
- java.io.Serializable
public class TriggerPriceType
- extends CharField
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
TriggerPriceType
public TriggerPriceType()
TriggerPriceType
public TriggerPriceType(char data)