quickfix.field
Class CommType

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

public class CommType
extends CharField

See Also:
Serialized Form

Field Summary
static char ABSOLUTE
           
static int FIELD
           
static char PER_UNIT
           
static char PERCENTAGE
           
static char PERCENTAGE_WAIVED_CASH_DISCOUNT
           
static char PERCENTAGE_WAIVED_ENHANCED_UNITS
           
static char POINTS_PER_BOND_OR_OR_CONTRACT
           
 
Constructor Summary
CommType()
           
CommType(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

PER_UNIT

public static final char PER_UNIT
See Also:
Constant Field Values

PERCENTAGE

public static final char PERCENTAGE
See Also:
Constant Field Values

ABSOLUTE

public static final char ABSOLUTE
See Also:
Constant Field Values

PERCENTAGE_WAIVED_CASH_DISCOUNT

public static final char PERCENTAGE_WAIVED_CASH_DISCOUNT
See Also:
Constant Field Values

PERCENTAGE_WAIVED_ENHANCED_UNITS

public static final char PERCENTAGE_WAIVED_ENHANCED_UNITS
See Also:
Constant Field Values

POINTS_PER_BOND_OR_OR_CONTRACT

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

CommType

public CommType()

CommType

public CommType(char data)