quickfix.fix43
Class Allocation.NoOrders

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix43.Allocation.NoOrders
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Allocation

public static class Allocation.NoOrders
extends Group

See Also:
Serialized Form

Constructor Summary
Allocation.NoOrders()
           
 
Method Summary
 ClOrdID get(ClOrdID value)
           
 ListID get(ListID value)
           
 OrderID get(OrderID value)
           
 SecondaryClOrdID get(SecondaryClOrdID value)
           
 SecondaryOrderID get(SecondaryOrderID value)
           
 ClOrdID getClOrdID()
           
 ListID getListID()
           
 OrderID getOrderID()
           
 SecondaryClOrdID getSecondaryClOrdID()
           
 SecondaryOrderID getSecondaryOrderID()
           
 boolean isSet(ClOrdID field)
           
 boolean isSet(ListID field)
           
 boolean isSet(OrderID field)
           
 boolean isSet(SecondaryClOrdID field)
           
 boolean isSet(SecondaryOrderID field)
           
 boolean isSetClOrdID()
           
 boolean isSetListID()
           
 boolean isSetOrderID()
           
 boolean isSetSecondaryClOrdID()
           
 boolean isSetSecondaryOrderID()
           
 void set(ClOrdID value)
           
 void set(ListID value)
           
 void set(OrderID value)
           
 void set(SecondaryClOrdID value)
           
 void set(SecondaryOrderID value)
           
 
Methods inherited from class quickfix.Group
addGroup, delim, field, getFieldTag, getGroup
 
Methods inherited from class quickfix.FieldMap
calculateString, clear, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroupCount, getGroups, getInt, getString, getUtcDateOnly, getUtcTimeOnly, getUtcTimeStamp, groupKeyIterator, hasGroup, hasGroup, hasGroup, hasGroup, initializeFrom, isEmpty, isSetField, isSetField, iterator, removeField, removeGroup, removeGroup, removeGroup, removeGroup, replaceGroup, setBoolean, setBytes, setChar, setComponent, setDecimal, setDecimal, setDouble, setDouble, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setField, setFields, setGroupCount, setGroups, setGroups, setInt, setString, setUtcDateOnly, setUtcTimeOnly, setUtcTimeOnly, setUtcTimeStamp, setUtcTimeStamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Allocation.NoOrders

public Allocation.NoOrders()
Method Detail

set

public void set(ClOrdID value)

get

public ClOrdID get(ClOrdID value)
            throws FieldNotFound
Throws:
FieldNotFound

getClOrdID

public ClOrdID getClOrdID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ClOrdID field)

isSetClOrdID

public boolean isSetClOrdID()

set

public void set(OrderID value)

get

public OrderID get(OrderID value)
            throws FieldNotFound
Throws:
FieldNotFound

getOrderID

public OrderID getOrderID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OrderID field)

isSetOrderID

public boolean isSetOrderID()

set

public void set(SecondaryOrderID value)

get

public SecondaryOrderID get(SecondaryOrderID value)
                     throws FieldNotFound
Throws:
FieldNotFound

getSecondaryOrderID

public SecondaryOrderID getSecondaryOrderID()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecondaryOrderID field)

isSetSecondaryOrderID

public boolean isSetSecondaryOrderID()

set

public void set(SecondaryClOrdID value)

get

public SecondaryClOrdID get(SecondaryClOrdID value)
                     throws FieldNotFound
Throws:
FieldNotFound

getSecondaryClOrdID

public SecondaryClOrdID getSecondaryClOrdID()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecondaryClOrdID field)

isSetSecondaryClOrdID

public boolean isSetSecondaryClOrdID()

set

public void set(ListID value)

get

public ListID get(ListID value)
           throws FieldNotFound
Throws:
FieldNotFound

getListID

public ListID getListID()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(ListID field)

isSetListID

public boolean isSetListID()