quickfix.field
Class AllocAccountType

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

public class AllocAccountType
extends IntField

See Also:
Serialized Form

Field Summary
static int ACCOUNT_IS_CARRIED_ON_CUSTOMER_SIDE_OF_BOOKS
           
static int ACCOUNT_IS_CARRIED_ON_NON_CUSTOMER_SIDE_OF_BOOKS
           
static int ACCOUNT_IS_CARRIED_ON_NON_CUSTOMER_SIDE_OF_BOOKS_AND_IS_CROSS_MARGINED
           
static int ACCOUNT_IS_HOUSE_TRADER_AND_IS_CROSS_MARGINED
           
static int FIELD
           
static int FLOOR_TRADER
           
static int HOUSE_TRADER
           
static int JOINT_BACKOFFICE_ACCOUNT
           
 
Constructor Summary
AllocAccountType()
           
AllocAccountType(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

ACCOUNT_IS_CARRIED_ON_CUSTOMER_SIDE_OF_BOOKS

public static final int ACCOUNT_IS_CARRIED_ON_CUSTOMER_SIDE_OF_BOOKS
See Also:
Constant Field Values

ACCOUNT_IS_CARRIED_ON_NON_CUSTOMER_SIDE_OF_BOOKS

public static final int ACCOUNT_IS_CARRIED_ON_NON_CUSTOMER_SIDE_OF_BOOKS
See Also:
Constant Field Values

HOUSE_TRADER

public static final int HOUSE_TRADER
See Also:
Constant Field Values

FLOOR_TRADER

public static final int FLOOR_TRADER
See Also:
Constant Field Values

ACCOUNT_IS_CARRIED_ON_NON_CUSTOMER_SIDE_OF_BOOKS_AND_IS_CROSS_MARGINED

public static final int ACCOUNT_IS_CARRIED_ON_NON_CUSTOMER_SIDE_OF_BOOKS_AND_IS_CROSS_MARGINED
See Also:
Constant Field Values

ACCOUNT_IS_HOUSE_TRADER_AND_IS_CROSS_MARGINED

public static final int ACCOUNT_IS_HOUSE_TRADER_AND_IS_CROSS_MARGINED
See Also:
Constant Field Values

JOINT_BACKOFFICE_ACCOUNT

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

AllocAccountType

public AllocAccountType()

AllocAccountType

public AllocAccountType(int data)