quickfix.fix44
Class AllocationReport.NoUnderlyings.NoUnderlyingStips

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix44.AllocationReport.NoUnderlyings.NoUnderlyingStips
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AllocationReport.NoUnderlyings

public static class AllocationReport.NoUnderlyings.NoUnderlyingStips
extends Group

See Also:
Serialized Form

Constructor Summary
AllocationReport.NoUnderlyings.NoUnderlyingStips()
           
 
Method Summary
 UnderlyingStipType get(UnderlyingStipType value)
           
 UnderlyingStipValue get(UnderlyingStipValue value)
           
 UnderlyingStipType getUnderlyingStipType()
           
 UnderlyingStipValue getUnderlyingStipValue()
           
 boolean isSet(UnderlyingStipType field)
           
 boolean isSet(UnderlyingStipValue field)
           
 boolean isSetUnderlyingStipType()
           
 boolean isSetUnderlyingStipValue()
           
 void set(UnderlyingStipType value)
           
 void set(UnderlyingStipValue 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

AllocationReport.NoUnderlyings.NoUnderlyingStips

public AllocationReport.NoUnderlyings.NoUnderlyingStips()
Method Detail

set

public void set(UnderlyingStipType value)

get

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

getUnderlyingStipType

public UnderlyingStipType getUnderlyingStipType()
                                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(UnderlyingStipType field)

isSetUnderlyingStipType

public boolean isSetUnderlyingStipType()

set

public void set(UnderlyingStipValue value)

get

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

getUnderlyingStipValue

public UnderlyingStipValue getUnderlyingStipValue()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(UnderlyingStipValue field)

isSetUnderlyingStipValue

public boolean isSetUnderlyingStipValue()