quickfix.fix41
Class ListStatus.NoOrders

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

public static class ListStatus.NoOrders
extends Group

See Also:
Serialized Form

Constructor Summary
ListStatus.NoOrders()
           
 
Method Summary
 AvgPx get(AvgPx value)
           
 ClOrdID get(ClOrdID value)
           
 CumQty get(CumQty value)
           
 CxlQty get(CxlQty value)
           
 LeavesQty get(LeavesQty value)
           
 AvgPx getAvgPx()
           
 ClOrdID getClOrdID()
           
 CumQty getCumQty()
           
 CxlQty getCxlQty()
           
 LeavesQty getLeavesQty()
           
 boolean isSet(AvgPx field)
           
 boolean isSet(ClOrdID field)
           
 boolean isSet(CumQty field)
           
 boolean isSet(CxlQty field)
           
 boolean isSet(LeavesQty field)
           
 boolean isSetAvgPx()
           
 boolean isSetClOrdID()
           
 boolean isSetCumQty()
           
 boolean isSetCxlQty()
           
 boolean isSetLeavesQty()
           
 void set(AvgPx value)
           
 void set(ClOrdID value)
           
 void set(CumQty value)
           
 void set(CxlQty value)
           
 void set(LeavesQty 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

ListStatus.NoOrders

public ListStatus.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(CumQty value)

get

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

getCumQty

public CumQty getCumQty()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(CumQty field)

isSetCumQty

public boolean isSetCumQty()

set

public void set(LeavesQty value)

get

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

getLeavesQty

public LeavesQty getLeavesQty()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LeavesQty field)

isSetLeavesQty

public boolean isSetLeavesQty()

set

public void set(CxlQty value)

get

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

getCxlQty

public CxlQty getCxlQty()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(CxlQty field)

isSetCxlQty

public boolean isSetCxlQty()

set

public void set(AvgPx value)

get

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

getAvgPx

public AvgPx getAvgPx()
               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(AvgPx field)

isSetAvgPx

public boolean isSetAvgPx()