quickfix.fix44
Class PositionMaintenanceReport.NoPosAmt

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

public static class PositionMaintenanceReport.NoPosAmt
extends Group

See Also:
Serialized Form

Constructor Summary
PositionMaintenanceReport.NoPosAmt()
           
 
Method Summary
 PosAmt get(PosAmt value)
           
 PosAmtType get(PosAmtType value)
           
 PosAmt getPosAmt()
           
 PosAmtType getPosAmtType()
           
 boolean isSet(PosAmt field)
           
 boolean isSet(PosAmtType field)
           
 boolean isSetPosAmt()
           
 boolean isSetPosAmtType()
           
 void set(PosAmt value)
           
 void set(PosAmtType 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

PositionMaintenanceReport.NoPosAmt

public PositionMaintenanceReport.NoPosAmt()
Method Detail

set

public void set(PosAmtType value)

get

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

getPosAmtType

public PosAmtType getPosAmtType()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PosAmtType field)

isSetPosAmtType

public boolean isSetPosAmtType()

set

public void set(PosAmt value)

get

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

getPosAmt

public PosAmt getPosAmt()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PosAmt field)

isSetPosAmt

public boolean isSetPosAmt()