quickfix.fix43.component
Class YieldData

java.lang.Object
  extended by quickfix.FieldMap
      extended by quickfix.MessageComponent
          extended by quickfix.fix43.component.YieldData
All Implemented Interfaces:
java.io.Serializable

public class YieldData
extends MessageComponent

See Also:
Serialized Form

Field Summary
static java.lang.String MSGTYPE
           
 
Constructor Summary
YieldData()
           
 
Method Summary
 Yield get(Yield value)
           
 YieldType get(YieldType value)
           
protected  int[] getFields()
           
protected  int[] getGroupFields()
           
 Yield getYield()
           
 YieldType getYieldType()
           
 boolean isSet(Yield field)
           
 boolean isSet(YieldType field)
           
 boolean isSetYield()
           
 boolean isSetYieldType()
           
 void set(Yield value)
           
 void set(YieldType value)
           
 
Methods inherited from class quickfix.MessageComponent
copyFrom, copyTo
 
Methods inherited from class quickfix.FieldMap
addGroup, calculateString, clear, getBoolean, getChar, getComponent, getDecimal, getDouble, getField, getField, getField, getField, getField, getField, getField, getField, getField, getField, getFieldOrder, getGroup, 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
 

Field Detail

MSGTYPE

public static final java.lang.String MSGTYPE
See Also:
Constant Field Values
Constructor Detail

YieldData

public YieldData()
Method Detail

getFields

protected int[] getFields()
Specified by:
getFields in class MessageComponent

getGroupFields

protected int[] getGroupFields()
Specified by:
getGroupFields in class MessageComponent

set

public void set(YieldType value)

get

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

getYieldType

public YieldType getYieldType()
                       throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(YieldType field)

isSetYieldType

public boolean isSetYieldType()

set

public void set(Yield value)

get

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

getYield

public Yield getYield()
               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(Yield field)

isSetYield

public boolean isSetYield()