quickfix.field
Class CancellationRights

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

public class CancellationRights
extends CharField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static char NO_EXECUTION_ONLY
           
static char NO_INSTITUTIONAL
           
static char NO_WAIVER_AGREEMENT
           
static char YES
           
 
Constructor Summary
CancellationRights()
           
CancellationRights(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

NO_EXECUTION_ONLY

public static final char NO_EXECUTION_ONLY
See Also:
Constant Field Values

NO_WAIVER_AGREEMENT

public static final char NO_WAIVER_AGREEMENT
See Also:
Constant Field Values

NO_INSTITUTIONAL

public static final char NO_INSTITUTIONAL
See Also:
Constant Field Values

YES

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

CancellationRights

public CancellationRights()

CancellationRights

public CancellationRights(char data)