quickfix.fix44
Class CollateralReport.NoTrades

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

public static class CollateralReport.NoTrades
extends Group

See Also:
Serialized Form

Constructor Summary
CollateralReport.NoTrades()
           
 
Method Summary
 SecondaryTradeReportID get(SecondaryTradeReportID value)
           
 TradeReportID get(TradeReportID value)
           
 SecondaryTradeReportID getSecondaryTradeReportID()
           
 TradeReportID getTradeReportID()
           
 boolean isSet(SecondaryTradeReportID field)
           
 boolean isSet(TradeReportID field)
           
 boolean isSetSecondaryTradeReportID()
           
 boolean isSetTradeReportID()
           
 void set(SecondaryTradeReportID value)
           
 void set(TradeReportID 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

CollateralReport.NoTrades

public CollateralReport.NoTrades()
Method Detail

set

public void set(TradeReportID value)

get

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

getTradeReportID

public TradeReportID getTradeReportID()
                               throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(TradeReportID field)

isSetTradeReportID

public boolean isSetTradeReportID()

set

public void set(SecondaryTradeReportID value)

get

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

getSecondaryTradeReportID

public SecondaryTradeReportID getSecondaryTradeReportID()
                                                 throws FieldNotFound
Throws:
FieldNotFound

isSet

public boolean isSet(SecondaryTradeReportID field)

isSetSecondaryTradeReportID

public boolean isSetSecondaryTradeReportID()