|
From: Luigi B. <lui...@gm...> - 2011-01-11 08:28:30
|
On Tue, 2011-01-11 at 08:17 +0100, tar...@li... wrote: > I've added into ql/processes a new class with is the same as > blackscholesprocess class with a very small change to handle a quanto > adjustment. > I can build quantlib but when I go to use this class into my project it > returns me the error > "cannot instantiate abstract class". > > any suggestion? Check that you provided implementations for all pure virtual methods defined in the base classes. Luigi -- The wisdom of the wise and the experience of the ages are perpetuated by quotations. -- Benjamin Disraeli |