quickfix.field
Class RoundingDirection

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

public class RoundingDirection
extends CharField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static char ROUND_DOWN
           
static char ROUND_TO_NEAREST
           
static char ROUND_UP
           
 
Constructor Summary
RoundingDirection()
           
RoundingDirection(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

ROUND_TO_NEAREST

public static final char ROUND_TO_NEAREST
See Also:
Constant Field Values

ROUND_DOWN

public static final char ROUND_DOWN
See Also:
Constant Field Values

ROUND_UP

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

RoundingDirection

public RoundingDirection()

RoundingDirection

public RoundingDirection(char data)