[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata settings.xml, 1.5, 1.6
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-10-11 18:20:57
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1011/gensrc/metadata Modified Files: settings.xml Log Message: added enforceTodaysHistoricFixings Index: settings.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/settings.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** settings.xml 7 Oct 2006 12:44:58 -0000 1.5 --- settings.xml 11 Oct 2006 18:20:54 -0000 1.6 *************** *** 4,9 **** <xlFunctionWizardCategory>QuantLib - Date</xlFunctionWizardCategory> <copyright> ! Copyright (C) 2006 Ferdinando Ametrano ! </copyright> <Functions> --- 4,9 ---- <xlFunctionWizardCategory>QuantLib - Date</xlFunctionWizardCategory> <copyright> ! Copyright (C) 2006 Ferdinando Ametrano ! </copyright> <Functions> *************** *** 50,54 **** </Procedure> </Functions> </Category> - --- 50,95 ---- </Procedure> + <Procedure name='qlSettingsEnforceTodaysHistoricFixings'> + <description>returns the current value of the boolean which enforce the usage of historic fixings for today's date</description> + <alias>QuantLib::Settings::instance().enforceTodaysHistoricFixings</alias> + <SupportedPlatforms> + <Excel/> + <Calc/> + <Guile/> + <C/> + </SupportedPlatforms> + <ParameterList> + <Parameters/> + </ParameterList> + <ReturnValue> + <type>bool</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Procedure> + + <Procedure name='qlSettingsSetEnforceTodaysHistoricFixings'> + <description>sets the value of the boolean which enforce the usage of historic fixings for today's date</description> + <alias>QuantLib::Settings::instance().setEnforceTodaysHistoricFixings</alias> + <SupportedPlatforms> + <Excel/> + <Calc/> + <Guile/> + <C/> + </SupportedPlatforms> + <ParameterList> + <Parameters> + <Parameter name='boolean' default='true'> + <type>bool</type> + <tensorRank>scalar</tensorRank> + <description>new value for the boolean which enforce the usage of historic fixings for today's date</description> + </Parameter> + </Parameters> + </ParameterList> + <ReturnValue> + <type>void</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Procedure> + </Functions> </Category> |