quickfix.field
Class TradeRequestType

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

public class TradeRequestType
extends IntField

See Also:
Serialized Form

Field Summary
static int ADVISORIES_THAT_MATCH_CRITERIA
           
static int ALL_TRADES
           
static int FIELD
           
static int MATCHED_TRADES_MATCHING_CRITERIA_PROVIDED_ON_REQUEST
           
static int UNMATCHED_TRADES_THAT_MATCH_CRITERIA
           
static int UNREPORTED_TRADES_THAT_MATCH_CRITERIA
           
 
Constructor Summary
TradeRequestType()
           
TradeRequestType(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

ALL_TRADES

public static final int ALL_TRADES
See Also:
Constant Field Values

MATCHED_TRADES_MATCHING_CRITERIA_PROVIDED_ON_REQUEST

public static final int MATCHED_TRADES_MATCHING_CRITERIA_PROVIDED_ON_REQUEST
See Also:
Constant Field Values

UNMATCHED_TRADES_THAT_MATCH_CRITERIA

public static final int UNMATCHED_TRADES_THAT_MATCH_CRITERIA
See Also:
Constant Field Values

UNREPORTED_TRADES_THAT_MATCH_CRITERIA

public static final int UNREPORTED_TRADES_THAT_MATCH_CRITERIA
See Also:
Constant Field Values

ADVISORIES_THAT_MATCH_CRITERIA

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

TradeRequestType

public TradeRequestType()

TradeRequestType

public TradeRequestType(int data)