quickfix.fix50.component
Class InstrmtLegIOIGrp.NoLegs.NoLegStipulations

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix50.component.InstrmtLegIOIGrp.NoLegs.NoLegStipulations
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
InstrmtLegIOIGrp.NoLegs

public static class InstrmtLegIOIGrp.NoLegs.NoLegStipulations
extends Group

See Also:
Serialized Form

Constructor Summary
InstrmtLegIOIGrp.NoLegs.NoLegStipulations()
           
 
Method Summary
 LegStipulationType get(LegStipulationType value)
           
 LegStipulationValue get(LegStipulationValue value)
           
 LegStipulationType getLegStipulationType()
           
 LegStipulationValue getLegStipulationValue()
           
 boolean isSet(LegStipulationType field)
           
 boolean isSet(LegStipulationValue field)
           
 boolean isSetLegStipulationType()
           
 boolean isSetLegStipulationValue()
           
 void set(LegStipulationType value)
           
 void set(LegStipulationValue 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

InstrmtLegIOIGrp.NoLegs.NoLegStipulations

public InstrmtLegIOIGrp.NoLegs.NoLegStipulations()
Method Detail

set

public void set(LegStipulationType value)

get

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

getLegStipulationType

public LegStipulationType getLegStipulationType()
                                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LegStipulationType field)

isSetLegStipulationType

public boolean isSetLegStipulationType()

set

public void set(LegStipulationValue value)

get

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

getLegStipulationValue

public LegStipulationValue getLegStipulationValue()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LegStipulationValue field)

isSetLegStipulationValue

public boolean isSetLegStipulationValue()