[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata index.xml, 1.4, 1.5
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-07-10 13:58:46
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv26647/gensrc/metadata Modified Files: index.xml Log Message: link enumerated EURIBORs to a global Handle<YieldTermStructure> Index: index.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.xml 4 Jul 2006 10:06:52 -0000 1.4 --- index.xml 10 Jul 2006 13:58:41 -0000 1.5 *************** *** 148,151 **** --- 148,170 ---- </Constructor> + <Procedure name='qlSetEuriborTermStructure'> + <description>set the yield term structure which is linked to by the handle shared by all enumerated Euribor objects</description> + <functionCategory>QuantLib</functionCategory> + <alias>QuantLibAddin::EuriborHandle::instance().linkEuriborHandle</alias> + <ParameterList> + <Parameters> + <Parameter name='termStructureID' libraryClass='YieldTermStructure' handleToLib='true'> + <type>string</type> + <tensorRank>scalar</tensorRank> + <description>yield term structure to be referenced by all enumerated Euribor objects</description> + </Parameter> + </Parameters> + </ParameterList> + <ReturnValue> + <type>void</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Procedure> + </Functions> </Category> |