quickfix.field
Class TradeHandlingInstr

java.lang.Object
  extended by quickfix.Field<java.lang.Character>
      extended by quickfix.CharField
          extended by quickfix.field.TradeHandlingInstr
All Implemented Interfaces:
java.io.Serializable

public class TradeHandlingInstr
extends CharField

See Also:
Serialized Form

Field Summary
static char AUTOMATED_FLOOR_ORDER_ROUTING
           
static int FIELD
           
static char ONE_PARTY_REPORT_FOR_MATCHING
           
static char ONE_PARTY_REPORT_FOR_PASS_THROUGH
           
static char TRADE_CONFIRMATION
           
static char TWO_PARTY_REPORT
           
 
Constructor Summary
TradeHandlingInstr()
           
TradeHandlingInstr(char data)
           
 
Method Summary
 
Methods inherited from class quickfix.CharField
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

TRADE_CONFIRMATION

public static final char TRADE_CONFIRMATION
See Also:
Constant Field Values

TWO_PARTY_REPORT

public static final char TWO_PARTY_REPORT
See Also:
Constant Field Values

ONE_PARTY_REPORT_FOR_MATCHING

public static final char ONE_PARTY_REPORT_FOR_MATCHING
See Also:
Constant Field Values

ONE_PARTY_REPORT_FOR_PASS_THROUGH

public static final char ONE_PARTY_REPORT_FOR_PASS_THROUGH
See Also:
Constant Field Values

AUTOMATED_FLOOR_ORDER_ROUTING

public static final char AUTOMATED_FLOOR_ORDER_ROUTING
See Also:
Constant Field Values
Constructor Detail

TradeHandlingInstr

public TradeHandlingInstr()

TradeHandlingInstr

public TradeHandlingInstr(char data)