quickfix.field
Class PosReqResult

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

public class PosReqResult
extends IntField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static int INVALID_OR_UNSUPPORTED_REQUEST
           
static int NO_POSITIONS_FOUND_THAT_MATCH_CRITERIA
           
static int NOT_AUTHORIZED_TO_REQUEST_POSITIONS
           
static int OTHER
           
static int REQUEST_FOR_POSITION_NOT_SUPPORTED
           
static int VALID_REQUEST
           
 
Constructor Summary
PosReqResult()
           
PosReqResult(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

VALID_REQUEST

public static final int VALID_REQUEST
See Also:
Constant Field Values

INVALID_OR_UNSUPPORTED_REQUEST

public static final int INVALID_OR_UNSUPPORTED_REQUEST
See Also:
Constant Field Values

NO_POSITIONS_FOUND_THAT_MATCH_CRITERIA

public static final int NO_POSITIONS_FOUND_THAT_MATCH_CRITERIA
See Also:
Constant Field Values

NOT_AUTHORIZED_TO_REQUEST_POSITIONS

public static final int NOT_AUTHORIZED_TO_REQUEST_POSITIONS
See Also:
Constant Field Values

REQUEST_FOR_POSITION_NOT_SUPPORTED

public static final int REQUEST_FOR_POSITION_NOT_SUPPORTED
See Also:
Constant Field Values

OTHER

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

PosReqResult

public PosReqResult()

PosReqResult

public PosReqResult(int data)