quickfix.fixt11.component
Class HopGrp.NoHops

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fixt11.component.HopGrp.NoHops
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
HopGrp

public static class HopGrp.NoHops
extends Group

See Also:
Serialized Form

Constructor Summary
HopGrp.NoHops()
           
 
Method Summary
 HopCompID get(HopCompID value)
           
 HopRefID get(HopRefID value)
           
 HopSendingTime get(HopSendingTime value)
           
 HopCompID getHopCompID()
           
 HopRefID getHopRefID()
           
 HopSendingTime getHopSendingTime()
           
 boolean isSet(HopCompID field)
           
 boolean isSet(HopRefID field)
           
 boolean isSet(HopSendingTime field)
           
 boolean isSetHopCompID()
           
 boolean isSetHopRefID()
           
 boolean isSetHopSendingTime()
           
 void set(HopCompID value)
           
 void set(HopRefID value)
           
 void set(HopSendingTime 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

HopGrp.NoHops

public HopGrp.NoHops()
Method Detail

set

public void set(HopCompID value)

get

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

getHopCompID

public HopCompID getHopCompID()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(HopCompID field)

isSetHopCompID

public boolean isSetHopCompID()

set

public void set(HopSendingTime value)

get

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

getHopSendingTime

public HopSendingTime getHopSendingTime()
                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(HopSendingTime field)

isSetHopSendingTime

public boolean isSetHopSendingTime()

set

public void set(HopRefID value)

get

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

getHopRefID

public HopRefID getHopRefID()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(HopRefID field)

isSetHopRefID

public boolean isSetHopRefID()