quickfix.field
Class SettlInstMode

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

public class SettlInstMode
extends CharField

See Also:
Serialized Form

Field Summary
static char DEFAULT
           
static int FIELD
           
static char REQUEST_REJECT
           
static char SPECIFIC_ALLOCATION_ACCOUNT_OVERRIDING
           
static char SPECIFIC_ALLOCATION_ACCOUNT_STANDING
           
static char SPECIFIC_ORDER_FOR_A_SINGLE_ACCOUNT
           
static char STANDING_INSTRUCTIONS_PROVIDED
           
 
Constructor Summary
SettlInstMode()
           
SettlInstMode(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

DEFAULT

public static final char DEFAULT
See Also:
Constant Field Values

STANDING_INSTRUCTIONS_PROVIDED

public static final char STANDING_INSTRUCTIONS_PROVIDED
See Also:
Constant Field Values

SPECIFIC_ALLOCATION_ACCOUNT_OVERRIDING

public static final char SPECIFIC_ALLOCATION_ACCOUNT_OVERRIDING
See Also:
Constant Field Values

SPECIFIC_ALLOCATION_ACCOUNT_STANDING

public static final char SPECIFIC_ALLOCATION_ACCOUNT_STANDING
See Also:
Constant Field Values

SPECIFIC_ORDER_FOR_A_SINGLE_ACCOUNT

public static final char SPECIFIC_ORDER_FOR_A_SINGLE_ACCOUNT
See Also:
Constant Field Values

REQUEST_REJECT

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

SettlInstMode

public SettlInstMode()

SettlInstMode

public SettlInstMode(char data)