quickfix.field
Class Side

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

public class Side
extends CharField

See Also:
Serialized Form

Field Summary
static char AS_DEFINED
           
static char BORROW
           
static char BUY
           
static char BUY_MINUS
           
static char CROSS
           
static char CROSS_SHORT
           
static char CROSS_SHORT_EXEMPT
           
static int FIELD
           
static char LEND
           
static char OPPOSITE
           
static char REDEEM
           
static char SELL
           
static char SELL_PLUS
           
static char SELL_SHORT
           
static char SELL_SHORT_EXEMPT
           
static char SUBSCRIBE
           
static char UNDISCLOSED
           
 
Constructor Summary
Side()
           
Side(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

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
Constructor Detail

Side

public Side()

Side

public Side(char data)