quickfix.field
Class TickDirection
java.lang.Object
quickfix.Field<java.lang.Character>
quickfix.CharField
quickfix.field.TickDirection
- All Implemented Interfaces:
- java.io.Serializable
public class TickDirection
- extends CharField
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FIELD
public static final int FIELD
- See Also:
- Constant Field Values
PLUS_TICK
public static final char PLUS_TICK
- See Also:
- Constant Field Values
ZERO_PLUS_TICK
public static final char ZERO_PLUS_TICK
- See Also:
- Constant Field Values
MINUS_TICK
public static final char MINUS_TICK
- See Also:
- Constant Field Values
ZERO_MINUS_TICK
public static final char ZERO_MINUS_TICK
- See Also:
- Constant Field Values
TickDirection
public TickDirection()
TickDirection
public TickDirection(char data)