[QuantLibAddin-cvs] QuantLibAddin/Clients/C qlademo.c,1.1,1.2
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-07-16 10:42:45
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Clients/C In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13401/Clients/C Modified Files: qlademo.c Log Message: replace 'instanceName/handle' with 'objectID' Index: qlademo.c =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Clients/C/qlademo.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** qlademo.c 19 May 2006 16:56:16 -0000 1.1 --- qlademo.c 16 Jul 2006 10:42:39 -0000 1.2 *************** *** 75,84 **** if (qlVanillaOption( ! "my_option", // option handle ! "my_stochastic", // stochastic process handle "Put", // option type "Vanilla", // payoff type strike, // strike price ! "my_exercise", // exercise handle "JR", // engine type (jarrow rudd) dummy, // time steps --- 75,84 ---- if (qlVanillaOption( ! "my_option", // option object ID ! "my_stochastic", // stochastic process object ID "Put", // option type "Vanilla", // payoff type strike, // strike price ! "my_exercise", // exercise object ID "JR", // engine type (jarrow rudd) dummy, // time steps |