public CalibrationPair(VanillaOption first, Quote second) : this(NQuantLibcPINVOKE.new_CalibrationPair__SWIG_1(VanillaOption.getCPtr(first), Quote.getCPtr(second)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }