[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata quotes.xml, 1.8, 1.9
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2007-01-08 18:40:23
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6752/gensrc/metadata Modified Files: quotes.xml Log Message: using IMM-based constructor Index: quotes.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/quotes.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** quotes.xml 4 Jan 2007 10:42:08 -0000 1.8 --- quotes.xml 8 Jan 2007 18:40:18 -0000 1.9 *************** *** 218,225 **** <description>floating IborIndex object ID</description> </Parameter> ! <Parameter name='futuresDate' libraryType='QuantLib::Date'> ! <type>long</type> <tensorRank>scalar</tensorRank> ! <description>futures Date</description> </Parameter> <Parameter name='futuresQuote' libToHandle='Quote'> --- 218,225 ---- <description>floating IborIndex object ID</description> </Parameter> ! <Parameter name='immCode'> ! <type>string</type> <tensorRank>scalar</tensorRank> ! <description>futures IMM code (e.g. H9)</description> </Parameter> <Parameter name='futuresQuote' libToHandle='Quote'> |