[QuantLibAddin-cvs] QuantLibAddin/qlo payoffs.hpp,1.2,1.3
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-11-16 09:05:28
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv31828/qlo Modified Files: payoffs.hpp Log Message: enable qlBlackFormula2 Index: payoffs.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/payoffs.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** payoffs.hpp 13 Nov 2006 09:35:40 -0000 1.2 --- payoffs.hpp 16 Nov 2006 09:05:23 -0000 1.3 *************** *** 38,41 **** --- 38,43 ---- QuantLib::Real thirdParameter() const; }; + + class PlainVanillaPayoff : public StrikedTypePayoff {}; } |