quickfix.fix50
Class Confirmation.NoCapacities

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix50.Confirmation.NoCapacities
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Confirmation

public static class Confirmation.NoCapacities
extends Group

See Also:
Serialized Form

Constructor Summary
Confirmation.NoCapacities()
           
 
Method Summary
 OrderCapacity get(OrderCapacity value)
           
 OrderCapacityQty get(OrderCapacityQty value)
           
 OrderRestrictions get(OrderRestrictions value)
           
 OrderCapacity getOrderCapacity()
           
 OrderCapacityQty getOrderCapacityQty()
           
 OrderRestrictions getOrderRestrictions()
           
 boolean isSet(OrderCapacity field)
           
 boolean isSet(OrderCapacityQty field)
           
 boolean isSet(OrderRestrictions field)
           
 boolean isSetOrderCapacity()
           
 boolean isSetOrderCapacityQty()
           
 boolean isSetOrderRestrictions()
           
 void set(OrderCapacity value)
           
 void set(OrderCapacityQty value)
           
 void set(OrderRestrictions 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

Confirmation.NoCapacities

public Confirmation.NoCapacities()
Method Detail

set

public void set(OrderCapacity value)

get

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

getOrderCapacity

public OrderCapacity getOrderCapacity()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OrderCapacity field)

isSetOrderCapacity

public boolean isSetOrderCapacity()

set

public void set(OrderRestrictions value)

get

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

getOrderRestrictions

public OrderRestrictions getOrderRestrictions()
                                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OrderRestrictions field)

isSetOrderRestrictions

public boolean isSetOrderRestrictions()

set

public void set(OrderCapacityQty value)

get

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

getOrderCapacityQty

public OrderCapacityQty getOrderCapacityQty()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(OrderCapacityQty field)

isSetOrderCapacityQty

public boolean isSetOrderCapacityQty()