quickfix.field
Class AllocIntermedReqType

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

public class AllocIntermedReqType
extends IntField

See Also:
Serialized Form

Field Summary
static int ACCEPT
           
static int ACCOUNT_LEVEL_REJECT
           
static int BLOCK_LEVEL_REJECT
           
static int FIELD
           
static int PENDING_ACCEPT
           
static int PENDING_RELEASE
           
static int PENDING_REVERSAL
           
 
Constructor Summary
AllocIntermedReqType()
           
AllocIntermedReqType(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

PENDING_ACCEPT

public static final int PENDING_ACCEPT
See Also:
Constant Field Values

PENDING_RELEASE

public static final int PENDING_RELEASE
See Also:
Constant Field Values

PENDING_REVERSAL

public static final int PENDING_REVERSAL
See Also:
Constant Field Values

ACCEPT

public static final int ACCEPT
See Also:
Constant Field Values

BLOCK_LEVEL_REJECT

public static final int BLOCK_LEVEL_REJECT
See Also:
Constant Field Values

ACCOUNT_LEVEL_REJECT

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

AllocIntermedReqType

public AllocIntermedReqType()

AllocIntermedReqType

public AllocIntermedReqType(int data)