quickfix.fix44
Class QuoteCancel.NoPartyIDs

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

public static class QuoteCancel.NoPartyIDs
extends Group

See Also:
Serialized Form

Nested Class Summary
static class QuoteCancel.NoPartyIDs.NoPartySubIDs
           
 
Constructor Summary
QuoteCancel.NoPartyIDs()
           
 
Method Summary
 NoPartySubIDs get(NoPartySubIDs value)
           
 PartyID get(PartyID value)
           
 PartyIDSource get(PartyIDSource value)
           
 PartyRole get(PartyRole value)
           
 NoPartySubIDs getNoPartySubIDs()
           
 PartyID getPartyID()
           
 PartyIDSource getPartyIDSource()
           
 PartyRole getPartyRole()
           
 boolean isSet(NoPartySubIDs field)
           
 boolean isSet(PartyID field)
           
 boolean isSet(PartyIDSource field)
           
 boolean isSet(PartyRole field)
           
 boolean isSetNoPartySubIDs()
           
 boolean isSetPartyID()
           
 boolean isSetPartyIDSource()
           
 boolean isSetPartyRole()
           
 void set(NoPartySubIDs value)
           
 void set(PartyID value)
           
 void set(PartyIDSource value)
           
 void set(PartyRole 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

QuoteCancel.NoPartyIDs

public QuoteCancel.NoPartyIDs()
Method Detail

set

public void set(PartyID value)

get

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

getPartyID

public PartyID getPartyID()
                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PartyID field)

isSetPartyID

public boolean isSetPartyID()

set

public void set(PartyIDSource value)

get

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

getPartyIDSource

public PartyIDSource getPartyIDSource()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PartyIDSource field)

isSetPartyIDSource

public boolean isSetPartyIDSource()

set

public void set(PartyRole value)

get

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

getPartyRole

public PartyRole getPartyRole()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(PartyRole field)

isSetPartyRole

public boolean isSetPartyRole()

set

public void set(NoPartySubIDs value)

get

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

getNoPartySubIDs

public NoPartySubIDs getNoPartySubIDs()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(NoPartySubIDs field)

isSetNoPartySubIDs

public boolean isSetNoPartySubIDs()