[QuantLibAddin-cvs] QuantLibAddin/qlo assetswap.hpp,1.2,1.3
Brought to you by:
ericehlers,
nando
|
From: Katiuscia M. <kma...@us...> - 2006-08-31 17:06:28
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21952/qlo Modified Files: assetswap.hpp Log Message: fixedLeg renamed bondLeg Index: assetswap.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/assetswap.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** assetswap.hpp 31 Aug 2006 15:44:02 -0000 1.2 --- assetswap.hpp 31 Aug 2006 17:06:25 -0000 1.3 *************** *** 34,38 **** const QuantLib::Handle<QuantLib::YieldTermStructure>& hYTS); ! std::vector<std::vector<boost::any> > fixedLeg() { return Swap::legAnalysis(0); } --- 34,38 ---- const QuantLib::Handle<QuantLib::YieldTermStructure>& hYTS); ! std::vector<std::vector<boost::any> > bondLeg() { return Swap::legAnalysis(0); } |