quickfix.field
Class TradeReportRejectReason
java.lang.Object
quickfix.Field<java.lang.Integer>
quickfix.IntField
quickfix.field.TradeReportRejectReason
- All Implemented Interfaces:
- java.io.Serializable
public class TradeReportRejectReason
- extends IntField
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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
TradeReportRejectReason
public TradeReportRejectReason()
TradeReportRejectReason
public TradeReportRejectReason(int data)