quickfix.fix50.component
Class PosUndInstrmtGrp.NoUnderlyings.NoUnderlyingAmounts

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix50.component.PosUndInstrmtGrp.NoUnderlyings.NoUnderlyingAmounts
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PosUndInstrmtGrp.NoUnderlyings

public static class PosUndInstrmtGrp.NoUnderlyings.NoUnderlyingAmounts
extends Group

See Also:
Serialized Form

Constructor Summary
PosUndInstrmtGrp.NoUnderlyings.NoUnderlyingAmounts()
           
 
Method Summary
 UnderlyingCollectAmount get(UnderlyingCollectAmount value)
           
 UnderlyingPayAmount get(UnderlyingPayAmount value)
           
 UnderlyingSettlementDate get(UnderlyingSettlementDate value)
           
 UnderlyingSettlementStatus get(UnderlyingSettlementStatus value)
           
 UnderlyingCollectAmount getUnderlyingCollectAmount()
           
 UnderlyingPayAmount getUnderlyingPayAmount()
           
 UnderlyingSettlementDate getUnderlyingSettlementDate()
           
 UnderlyingSettlementStatus getUnderlyingSettlementStatus()
           
 boolean isSet(UnderlyingCollectAmount field)
           
 boolean isSet(UnderlyingPayAmount field)
           
 boolean isSet(UnderlyingSettlementDate field)
           
 boolean isSet(UnderlyingSettlementStatus field)
           
 boolean isSetUnderlyingCollectAmount()
           
 boolean isSetUnderlyingPayAmount()
           
 boolean isSetUnderlyingSettlementDate()
           
 boolean isSetUnderlyingSettlementStatus()
           
 void set(UnderlyingCollectAmount value)
           
 void set(UnderlyingPayAmount value)
           
 void set(UnderlyingSettlementDate value)
           
 void set(UnderlyingSettlementStatus 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

PosUndInstrmtGrp.NoUnderlyings.NoUnderlyingAmounts

public PosUndInstrmtGrp.NoUnderlyings.NoUnderlyingAmounts()
Method Detail

set

public void set(UnderlyingPayAmount value)

get

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

getUnderlyingPayAmount

public UnderlyingPayAmount getUnderlyingPayAmount()
                                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(UnderlyingPayAmount field)

isSetUnderlyingPayAmount

public boolean isSetUnderlyingPayAmount()

set

public void set(UnderlyingCollectAmount value)

get

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

getUnderlyingCollectAmount

public UnderlyingCollectAmount getUnderlyingCollectAmount()
                                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(UnderlyingCollectAmount field)

isSetUnderlyingCollectAmount

public boolean isSetUnderlyingCollectAmount()

set

public void set(UnderlyingSettlementDate value)

get

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

getUnderlyingSettlementDate

public UnderlyingSettlementDate getUnderlyingSettlementDate()
                                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(UnderlyingSettlementDate field)

isSetUnderlyingSettlementDate

public boolean isSetUnderlyingSettlementDate()

set

public void set(UnderlyingSettlementStatus value)

get

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

getUnderlyingSettlementStatus

public UnderlyingSettlementStatus getUnderlyingSettlementStatus()
                                                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(UnderlyingSettlementStatus field)

isSetUnderlyingSettlementStatus

public boolean isSetUnderlyingSettlementStatus()