quickfix.field
Class QuotePriceType
java.lang.Object
quickfix.Field<java.lang.Integer>
quickfix.IntField
quickfix.field.QuotePriceType
- All Implemented Interfaces:
- java.io.Serializable
public class QuotePriceType
- extends IntField
- 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
PERCENT
public static final int PERCENT
- See Also:
- Constant Field Values
PER_SHARE
public static final int PER_SHARE
- See Also:
- Constant Field Values
FIXED_AMOUNT
public static final int FIXED_AMOUNT
- See Also:
- Constant Field Values
DISCOUNT
public static final int DISCOUNT
- See Also:
- Constant Field Values
PREMIUM
public static final int PREMIUM
- See Also:
- Constant Field Values
BASIS_POINTS_RELATIVE_TO_BENCHMARK
public static final int BASIS_POINTS_RELATIVE_TO_BENCHMARK
- See Also:
- Constant Field Values
TED_PRICE
public static final int TED_PRICE
- See Also:
- Constant Field Values
TED_YIELD
public static final int TED_YIELD
- See Also:
- Constant Field Values
YIELD_SPREAD
public static final int YIELD_SPREAD
- See Also:
- Constant Field Values
YIELD
public static final int YIELD
- See Also:
- Constant Field Values
QuotePriceType
public QuotePriceType()
QuotePriceType
public QuotePriceType(int data)