[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata options.xml, 1.15, 1.15.2.1
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-08-03 13:48:54
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22470 Modified Files: Tag: R000313f0-branch options.xml Log Message: remove test code Index: options.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/options.xml,v retrieving revision 1.15 retrieving revision 1.15.2.1 diff -C2 -d -r1.15 -r1.15.2.1 *** options.xml 29 Jul 2006 15:32:32 -0000 1.15 --- options.xml 3 Aug 2006 13:48:49 -0000 1.15.2.1 *************** *** 14,42 **** <Functions> - <!-- - *** test example - testing member functions returning objects - --> - - <Member name='qlAaaJunkTest' objectClass='VanillaOption'> - <description>itm cash probability of an option</description> - <libraryFunction>aaaJunkTest</libraryFunction> - <supportedPlatforms> - <supportedPlatform>excel</supportedPlatform> - </supportedPlatforms> - <ParameterList> - <Parameters> - <Parameter name='d' libraryType='QuantLib::Date'> - <type>long</type> - <tensorRank>scalar</tensorRank> - <description>fixing dates</description> - </Parameter> - </Parameters> - </ParameterList> - <ReturnValue> - <type>string</type> - <tensorRank>scalar</tensorRank> - </ReturnValue> - </Member> - <Constructor name='qlBarrierOption'> <libraryFunction>BarrierOption</libraryFunction> --- 14,17 ---- |