quickfix.fix50
Class AssignmentReport.NoPosAmt

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

public static class AssignmentReport.NoPosAmt
extends Group

See Also:
Serialized Form

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

AssignmentReport.NoPosAmt

public AssignmentReport.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()

set

public void set(PositionCurrency value)

get

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

getPositionCurrency

public PositionCurrency getPositionCurrency()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PositionCurrency field)

isSetPositionCurrency

public boolean isSetPositionCurrency()