quickfix.field
Class CustOrderCapacity

java.lang.Object
  extended by quickfix.Field<java.lang.Integer>
      extended by quickfix.IntField
          extended by quickfix.field.CustOrderCapacity
All Implemented Interfaces:
java.io.Serializable

public class CustOrderCapacity
extends IntField

See Also:
Serialized Form

Field Summary
static int ALL_OTHER
           
static int CLEARING_FIRM_TRADING_FOR_ITS_PROPRIETARY_ACCOUNT
           
static int FIELD
           
static int MEMBER_TRADING_FOR_ANOTHER_MEMBER
           
static int MEMBER_TRADING_FOR_THEIR_OWN_ACCOUNT
           
 
Constructor Summary
CustOrderCapacity()
           
CustOrderCapacity(int data)
           
 
Method Summary
 
Methods inherited from class quickfix.IntField
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

MEMBER_TRADING_FOR_THEIR_OWN_ACCOUNT

public static final int MEMBER_TRADING_FOR_THEIR_OWN_ACCOUNT
See Also:
Constant Field Values

CLEARING_FIRM_TRADING_FOR_ITS_PROPRIETARY_ACCOUNT

public static final int CLEARING_FIRM_TRADING_FOR_ITS_PROPRIETARY_ACCOUNT
See Also:
Constant Field Values

MEMBER_TRADING_FOR_ANOTHER_MEMBER

public static final int MEMBER_TRADING_FOR_ANOTHER_MEMBER
See Also:
Constant Field Values

ALL_OTHER

public static final int ALL_OTHER
See Also:
Constant Field Values
Constructor Detail

CustOrderCapacity

public CustOrderCapacity()

CustOrderCapacity

public CustOrderCapacity(int data)