quickfix.field
Class IOIQty

java.lang.Object
  extended by quickfix.Field<java.lang.String>
      extended by quickfix.StringField
          extended by quickfix.field.IOIQty
All Implemented Interfaces:
java.io.Serializable

public class IOIQty
extends StringField

See Also:
Serialized Form

Field Summary
static java.lang.String _1000000000
           
static int FIELD
           
static java.lang.String LARGE
           
static java.lang.String MEDIUM
           
static java.lang.String SMALL
           
static java.lang.String UNDISCLOSED_QUANTITY
           
 
Constructor Summary
IOIQty()
           
IOIQty(java.lang.String data)
           
 
Method Summary
 
Methods inherited from class quickfix.StringField
getValue, setValue, 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

_1000000000

public static final java.lang.String _1000000000
See Also:
Constant Field Values

SMALL

public static final java.lang.String SMALL
See Also:
Constant Field Values

MEDIUM

public static final java.lang.String MEDIUM
See Also:
Constant Field Values

LARGE

public static final java.lang.String LARGE
See Also:
Constant Field Values

UNDISCLOSED_QUANTITY

public static final java.lang.String UNDISCLOSED_QUANTITY
See Also:
Constant Field Values
Constructor Detail

IOIQty

public IOIQty()

IOIQty

public IOIQty(java.lang.String data)