quickfix.field
Class LastCapacity

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

public class LastCapacity
extends CharField

See Also:
Serialized Form

Field Summary
static char AGENT
           
static char CROSS_AS_AGENT
           
static char CROSS_AS_PRINCIPAL
           
static int FIELD
           
static char PRINCIPAL
           
 
Constructor Summary
LastCapacity()
           
LastCapacity(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

AGENT

public static final char AGENT
See Also:
Constant Field Values

CROSS_AS_AGENT

public static final char CROSS_AS_AGENT
See Also:
Constant Field Values

CROSS_AS_PRINCIPAL

public static final char CROSS_AS_PRINCIPAL
See Also:
Constant Field Values

PRINCIPAL

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

LastCapacity

public LastCapacity()

LastCapacity

public LastCapacity(char data)