quickfix.field
Class AdvSide

java.lang.Object
  extended byquickfix.Field
      extended byquickfix.CharField
          extended byquickfix.field.AdvSide
All Implemented Interfaces:
java.io.Serializable

public class AdvSide
extends CharField

See Also:
Serialized Form

Field Summary
static char BUY
           
static char CROSS
           
static int FIELD
           
static char SELL
           
static char TRADE
           
 
Constructor Summary
AdvSide()
           
AdvSide(char data)
           
 
Methods inherited from class quickfix.CharField
getValue, setValue, setValue, valueEquals, valueEquals
 
Methods inherited from class quickfix.Field
equals, getField, getObject, getTag, hashCode, 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

CROSS

public static final char CROSS
See Also:
Constant Field Values

TRADE

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

AdvSide

public AdvSide()

AdvSide

public AdvSide(char data)