Re: Swig Wrapers for DeltaVolQuote
Posted by DPaulino on Nov 27, 2015; 12:03pm
URL: http://quantlib.414.s1.nabble.com/Swig-Wrapers-for-DeltaVolQuote-tp17124p17131.html
Luigi,
If I try to run swig for C# over this, it complains that DeltaVolQuote is defined multiple times.
If I remove the %rename it compiles for C#, but when I try to write a program using it, I can't pass the DeltaVolQuotePtr to the DeltaVolQuote handles I need for the VannaVolga engine.
Sorry if this a trivial matter, I come from a pure mathematics background and am not familiar with neither swig nor programming in general.