quickfix.field
Class ListExecInstType

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

public class ListExecInstType
extends CharField

See Also:
Serialized Form

Field Summary
static char EXCHANGE_SWITCH_CIV_ORDER_BUY_DRIVEN_CASH_TOP_UP
           
static char EXCHANGE_SWITCH_CIV_ORDER_BUY_DRIVEN_CASH_WITHDRAW
           
static char EXCHANGE_SWITCH_CIV_ORDER_SELL_DRIVEN
           
static int FIELD
           
static char IMMEDIATE
           
static char WAIT_FOR_EXECUTE_INSTRUCTION
           
 
Constructor Summary
ListExecInstType()
           
ListExecInstType(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

IMMEDIATE

public static final char IMMEDIATE
See Also:
Constant Field Values

WAIT_FOR_EXECUTE_INSTRUCTION

public static final char WAIT_FOR_EXECUTE_INSTRUCTION
See Also:
Constant Field Values

EXCHANGE_SWITCH_CIV_ORDER_SELL_DRIVEN

public static final char EXCHANGE_SWITCH_CIV_ORDER_SELL_DRIVEN
See Also:
Constant Field Values

EXCHANGE_SWITCH_CIV_ORDER_BUY_DRIVEN_CASH_TOP_UP

public static final char EXCHANGE_SWITCH_CIV_ORDER_BUY_DRIVEN_CASH_TOP_UP
See Also:
Constant Field Values

EXCHANGE_SWITCH_CIV_ORDER_BUY_DRIVEN_CASH_WITHDRAW

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

ListExecInstType

public ListExecInstType()

ListExecInstType

public ListExecInstType(char data)