quickfix.fix50.component
Class CompIDStatGrp.NoCompIDs

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.Group
          extended by quickfix.fix50.component.CompIDStatGrp.NoCompIDs
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CompIDStatGrp

public static class CompIDStatGrp.NoCompIDs
extends Group

See Also:
Serialized Form

Constructor Summary
CompIDStatGrp.NoCompIDs()
           
 
Method Summary
 DeskID get(DeskID value)
           
 LocationID get(LocationID value)
           
 RefCompID get(RefCompID value)
           
 RefSubID get(RefSubID value)
           
 StatusText get(StatusText value)
           
 StatusValue get(StatusValue value)
           
 DeskID getDeskID()
           
 LocationID getLocationID()
           
 RefCompID getRefCompID()
           
 RefSubID getRefSubID()
           
 StatusText getStatusText()
           
 StatusValue getStatusValue()
           
 boolean isSet(DeskID field)
           
 boolean isSet(LocationID field)
           
 boolean isSet(RefCompID field)
           
 boolean isSet(RefSubID field)
           
 boolean isSet(StatusText field)
           
 boolean isSet(StatusValue field)
           
 boolean isSetDeskID()
           
 boolean isSetLocationID()
           
 boolean isSetRefCompID()
           
 boolean isSetRefSubID()
           
 boolean isSetStatusText()
           
 boolean isSetStatusValue()
           
 void set(DeskID value)
           
 void set(LocationID value)
           
 void set(RefCompID value)
           
 void set(RefSubID value)
           
 void set(StatusText value)
           
 void set(StatusValue 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

CompIDStatGrp.NoCompIDs

public CompIDStatGrp.NoCompIDs()
Method Detail

set

public void set(RefCompID value)

get

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

getRefCompID

public RefCompID getRefCompID()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(RefCompID field)

isSetRefCompID

public boolean isSetRefCompID()

set

public void set(RefSubID value)

get

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

getRefSubID

public RefSubID getRefSubID()
                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(RefSubID field)

isSetRefSubID

public boolean isSetRefSubID()

set

public void set(LocationID value)

get

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

getLocationID

public LocationID getLocationID()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(LocationID field)

isSetLocationID

public boolean isSetLocationID()

set

public void set(DeskID value)

get

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

getDeskID

public DeskID getDeskID()
                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(DeskID field)

isSetDeskID

public boolean isSetDeskID()

set

public void set(StatusValue value)

get

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

getStatusValue

public StatusValue getStatusValue()
                           throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(StatusValue field)

isSetStatusValue

public boolean isSetStatusValue()

set

public void set(StatusText value)

get

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

getStatusText

public StatusText getStatusText()
                         throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(StatusText field)

isSetStatusText

public boolean isSetStatusText()