quickfix.field
Class Side
java.lang.Object
quickfix.Field<java.lang.Character>
quickfix.CharField
quickfix.field.Side
- All Implemented Interfaces:
- java.io.Serializable
public class Side
- extends CharField
- See Also:
- Serialized Form
Constructor Summary |
Side()
|
Side(char data)
|
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
BUY
public static final char BUY
- See Also:
- Constant Field Values
SELL
public static final char SELL
- See Also:
- Constant Field Values
BUY_MINUS
public static final char BUY_MINUS
- See Also:
- Constant Field Values
SELL_PLUS
public static final char SELL_PLUS
- See Also:
- Constant Field Values
SELL_SHORT
public static final char SELL_SHORT
- See Also:
- Constant Field Values
SELL_SHORT_EXEMPT
public static final char SELL_SHORT_EXEMPT
- See Also:
- Constant Field Values
UNDISCLOSED
public static final char UNDISCLOSED
- See Also:
- Constant Field Values
CROSS
public static final char CROSS
- See Also:
- Constant Field Values
CROSS_SHORT
public static final char CROSS_SHORT
- See Also:
- Constant Field Values
CROSS_SHORT_EXEMPT
public static final char CROSS_SHORT_EXEMPT
- See Also:
- Constant Field Values
AS_DEFINED
public static final char AS_DEFINED
- See Also:
- Constant Field Values
OPPOSITE
public static final char OPPOSITE
- See Also:
- Constant Field Values
SUBSCRIBE
public static final char SUBSCRIBE
- See Also:
- Constant Field Values
REDEEM
public static final char REDEEM
- See Also:
- Constant Field Values
LEND
public static final char LEND
- See Also:
- Constant Field Values
BORROW
public static final char BORROW
- See Also:
- Constant Field Values
Side
public Side()
Side
public Side(char data)