quickfix.field
Class BookingUnit

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

public class BookingUnit
extends CharField

See Also:
Serialized Form

Field Summary
static char AGGREGATE_EXECUTIONS_FOR_THIS_SYMBOL_SIDE_AND_SETTLEMENT_DATE
           
static char AGGREGATE_PARTIAL_EXECUTIONS_ON_THIS_ORDER_AND_BOOK_ONE_TRADE_PER_ORDER
           
static char EACH_PARTIAL_EXECUTION_IS_A_BOOKABLE_UNIT
           
static int FIELD
           
 
Constructor Summary
BookingUnit()
           
BookingUnit(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

EACH_PARTIAL_EXECUTION_IS_A_BOOKABLE_UNIT

public static final char EACH_PARTIAL_EXECUTION_IS_A_BOOKABLE_UNIT
See Also:
Constant Field Values

AGGREGATE_PARTIAL_EXECUTIONS_ON_THIS_ORDER_AND_BOOK_ONE_TRADE_PER_ORDER

public static final char AGGREGATE_PARTIAL_EXECUTIONS_ON_THIS_ORDER_AND_BOOK_ONE_TRADE_PER_ORDER
See Also:
Constant Field Values

AGGREGATE_EXECUTIONS_FOR_THIS_SYMBOL_SIDE_AND_SETTLEMENT_DATE

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

BookingUnit

public BookingUnit()

BookingUnit

public BookingUnit(char data)