quickfix.fix44
Class RequestForPositionsAck.NoPartyIDs.NoPartySubIDs

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix44.RequestForPositionsAck.NoPartyIDs.NoPartySubIDs
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RequestForPositionsAck.NoPartyIDs

public static class RequestForPositionsAck.NoPartyIDs.NoPartySubIDs
extends Group

See Also:
Serialized Form

Constructor Summary
RequestForPositionsAck.NoPartyIDs.NoPartySubIDs()
           
 
Method Summary
 PartySubID get(PartySubID value)
           
 PartySubIDType get(PartySubIDType value)
           
 PartySubID getPartySubID()
           
 PartySubIDType getPartySubIDType()
           
 boolean isSet(PartySubID field)
           
 boolean isSet(PartySubIDType field)
           
 boolean isSetPartySubID()
           
 boolean isSetPartySubIDType()
           
 void set(PartySubID value)
           
 void set(PartySubIDType 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

RequestForPositionsAck.NoPartyIDs.NoPartySubIDs

public RequestForPositionsAck.NoPartyIDs.NoPartySubIDs()
Method Detail

set

public void set(PartySubID value)

get

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

getPartySubID

public PartySubID getPartySubID()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PartySubID field)

isSetPartySubID

public boolean isSetPartySubID()

set

public void set(PartySubIDType value)

get

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

getPartySubIDType

public PartySubIDType getPartySubIDType()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PartySubIDType field)

isSetPartySubIDType

public boolean isSetPartySubIDType()