quickfix.field
Class ListOrderStatus

java.lang.Object
  extended by quickfix.Field<java.lang.Integer>
      extended by quickfix.IntField
          extended by quickfix.field.ListOrderStatus
All Implemented Interfaces:
java.io.Serializable

public class ListOrderStatus
extends IntField

See Also:
Serialized Form

Field Summary
static int ALERT
           
static int ALL_DONE
           
static int CANCELING
           
static int EXECUTING
           
static int FIELD
           
static int INBIDDINGPROCESS
           
static int RECEIVEDFOREXECUTION
           
static int REJECT
           
 
Constructor Summary
ListOrderStatus()
           
ListOrderStatus(int data)
           
 
Method Summary
 
Methods inherited from class quickfix.IntField
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

INBIDDINGPROCESS

public static final int INBIDDINGPROCESS
See Also:
Constant Field Values

RECEIVEDFOREXECUTION

public static final int RECEIVEDFOREXECUTION
See Also:
Constant Field Values

EXECUTING

public static final int EXECUTING
See Also:
Constant Field Values

CANCELING

public static final int CANCELING
See Also:
Constant Field Values

ALERT

public static final int ALERT
See Also:
Constant Field Values

ALL_DONE

public static final int ALL_DONE
See Also:
Constant Field Values

REJECT

public static final int REJECT
See Also:
Constant Field Values
Constructor Detail

ListOrderStatus

public ListOrderStatus()

ListOrderStatus

public ListOrderStatus(int data)