quickfix.field
Class TradeReportRejectReason

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

public class TradeReportRejectReason
extends IntField

See Also:
Serialized Form

Field Summary
static int FIELD
           
static int INVALID_PARTY_INFORMATION
           
static int INVALID_TRADE_TYPE
           
static int OTHER
           
static int SUCCESSFUL
           
static int UNAUTHORIZED_TO_REPORT_TRADES
           
static int UNKNOWN_INSTRUMENT
           
 
Constructor Summary
TradeReportRejectReason()
           
TradeReportRejectReason(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

SUCCESSFUL

public static final int SUCCESSFUL
See Also:
Constant Field Values

INVALID_PARTY_INFORMATION

public static final int INVALID_PARTY_INFORMATION
See Also:
Constant Field Values

UNKNOWN_INSTRUMENT

public static final int UNKNOWN_INSTRUMENT
See Also:
Constant Field Values

UNAUTHORIZED_TO_REPORT_TRADES

public static final int UNAUTHORIZED_TO_REPORT_TRADES
See Also:
Constant Field Values

INVALID_TRADE_TYPE

public static final int INVALID_TRADE_TYPE
See Also:
Constant Field Values

OTHER

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

TradeReportRejectReason

public TradeReportRejectReason()

TradeReportRejectReason

public TradeReportRejectReason(int data)