quickfix.fix44
Class ExecutionReport.NoStipulations

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix44.ExecutionReport.NoStipulations
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ExecutionReport

public static class ExecutionReport.NoStipulations
extends Group

See Also:
Serialized Form

Constructor Summary
ExecutionReport.NoStipulations()
           
 
Method Summary
 StipulationType get(StipulationType value)
           
 StipulationValue get(StipulationValue value)
           
 StipulationType getStipulationType()
           
 StipulationValue getStipulationValue()
           
 boolean isSet(StipulationType field)
           
 boolean isSet(StipulationValue field)
           
 boolean isSetStipulationType()
           
 boolean isSetStipulationValue()
           
 void set(StipulationType value)
           
 void set(StipulationValue 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

ExecutionReport.NoStipulations

public ExecutionReport.NoStipulations()
Method Detail

set

public void set(StipulationType value)

get

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

getStipulationType

public StipulationType getStipulationType()
                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(StipulationType field)

isSetStipulationType

public boolean isSetStipulationType()

set

public void set(StipulationValue value)

get

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

getStipulationValue

public StipulationValue getStipulationValue()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(StipulationValue field)

isSetStipulationValue

public boolean isSetStipulationValue()