quickfix.field
Class OrderCategory

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

public class OrderCategory
extends CharField

See Also:
Serialized Form

Field Summary
static char CROSS_ORDER
           
static int FIELD
           
static char IMPLIED_ORDER
           
static char LINKED_ORDER
           
static char MULTILEG_ORDER
           
static char ORDER
           
static char PRIVATELY_NEGOTIATED_TRADE
           
static char QUOTE
           
static char QUOTE_REQUEST
           
 
Constructor Summary
OrderCategory()
           
OrderCategory(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

ORDER

public static final char ORDER
See Also:
Constant Field Values

QUOTE

public static final char QUOTE
See Also:
Constant Field Values

PRIVATELY_NEGOTIATED_TRADE

public static final char PRIVATELY_NEGOTIATED_TRADE
See Also:
Constant Field Values

MULTILEG_ORDER

public static final char MULTILEG_ORDER
See Also:
Constant Field Values

LINKED_ORDER

public static final char LINKED_ORDER
See Also:
Constant Field Values

QUOTE_REQUEST

public static final char QUOTE_REQUEST
See Also:
Constant Field Values

IMPLIED_ORDER

public static final char IMPLIED_ORDER
See Also:
Constant Field Values

CROSS_ORDER

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

OrderCategory

public OrderCategory()

OrderCategory

public OrderCategory(char data)