[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata termstructures.xml, 1.38, 1.39
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-10-04 14:41:39
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7326/gensrc/metadata Modified Files: termstructures.xml Log Message: renaming/refactoring Quote functions Index: termstructures.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/termstructures.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** termstructures.xml 3 Oct 2006 17:24:58 -0000 1.38 --- termstructures.xml 4 Oct 2006 14:41:32 -0000 1.39 *************** *** 497,500 **** --- 497,515 ---- </Constructor> + <Member name='qlQuoteValue' handleToLib='Quote'> + <description>retrieve the value of a Quote object</description> + <libraryFunction>value</libraryFunction> + <supportedPlatforms> + <supportedPlatform>excel</supportedPlatform> + </supportedPlatforms> + <ParameterList> + <Parameters/> + </ParameterList> + <ReturnValue> + <type>double</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Member> + <Constructor name='qlSimpleQuote'> <libraryFunction>SimpleQuote</libraryFunction> *************** *** 513,531 **** </Constructor> - <Member name='qlSimpleQuoteValue' handleToLib='SimpleQuote'> - <description>retrieve value of SimpleQuote object</description> - <libraryFunction>value</libraryFunction> - <supportedPlatforms> - <supportedPlatform>excel</supportedPlatform> - </supportedPlatforms> - <ParameterList> - <Parameters/> - </ParameterList> - <ReturnValue> - <type>double</type> - <tensorRank>scalar</tensorRank> - </ReturnValue> - </Member> - <Member name='qlSimpleQuoteSetValue' handleToLib='SimpleQuote'> <description>set value of SimpleQuote object</description> --- 528,531 ---- *************** *** 549,554 **** </Member> ! <Constructor name='qlHandleSimpleQuote'> ! <libraryFunction>Handle<QuantLib::SimpleQuote></libraryFunction> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> --- 549,554 ---- </Member> ! <Constructor name='qlHandleQuote'> ! <libraryFunction>Handle<QuantLib::Quote></libraryFunction> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> *************** *** 556,563 **** <ParameterList> <Parameters> ! <Parameter name='simpleQuoteID' libraryClass='SimpleQuote'> <type>string</type> <tensorRank>scalar</tensorRank> ! <description>ID of a SimpleQuote object</description> </Parameter> </Parameters> --- 556,563 ---- <ParameterList> <Parameters> ! <Parameter name='quoteID' libraryClass='Quote'> <type>string</type> <tensorRank>scalar</tensorRank> ! <description>ID of a Quote object</description> </Parameter> </Parameters> *************** *** 565,569 **** </Constructor> ! <Member name='qlHandleSimpleQuoteLinkTo' objectClass='Handle<QuantLib::SimpleQuote>'> <libraryFunction>linkTo</libraryFunction> <description>relink handle</description> --- 565,569 ---- </Constructor> ! <Member name='qlHandleQuoteLinkTo' objectClass='Handle<QuantLib::Quote>'> <libraryFunction>linkTo</libraryFunction> <description>relink handle</description> *************** *** 573,580 **** <ParameterList> <Parameters> ! <Parameter name='simpleQuoteID' libraryClass='SimpleQuote'> <type>string</type> <tensorRank>scalar</tensorRank> ! <description>ID of a SimpleQuote object</description> </Parameter> </Parameters> --- 573,580 ---- <ParameterList> <Parameters> ! <Parameter name='quoteID' libraryClass='Quote'> <type>string</type> <tensorRank>scalar</tensorRank> ! <description>ID of a Quote object</description> </Parameter> </Parameters> |