quickfix.fix50.component
Class InstrumentExtension.NoInstrAttrib

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

public static class InstrumentExtension.NoInstrAttrib
extends Group

See Also:
Serialized Form

Constructor Summary
InstrumentExtension.NoInstrAttrib()
           
 
Method Summary
 InstrAttribType get(InstrAttribType value)
           
 InstrAttribValue get(InstrAttribValue value)
           
 InstrAttribType getInstrAttribType()
           
 InstrAttribValue getInstrAttribValue()
           
 boolean isSet(InstrAttribType field)
           
 boolean isSet(InstrAttribValue field)
           
 boolean isSetInstrAttribType()
           
 boolean isSetInstrAttribValue()
           
 void set(InstrAttribType value)
           
 void set(InstrAttribValue 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

InstrumentExtension.NoInstrAttrib

public InstrumentExtension.NoInstrAttrib()
Method Detail

set

public void set(InstrAttribType value)

get

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

getInstrAttribType

public InstrAttribType getInstrAttribType()
                                   throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(InstrAttribType field)

isSetInstrAttribType

public boolean isSetInstrAttribType()

set

public void set(InstrAttribValue value)

get

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

getInstrAttribValue

public InstrAttribValue getInstrAttribValue()
                                     throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(InstrAttribValue field)

isSetInstrAttribValue

public boolean isSetInstrAttribValue()