Exemple #1
0
 public void linkTo(SWIGTYPE_p_boost__shared_ptrT_DeltaVolQuote_t arg0)
 {
     NQuantLibcPINVOKE.RelinkableDeltaVolQuoteHandle_linkTo(swigCPtr, SWIGTYPE_p_boost__shared_ptrT_DeltaVolQuote_t.getCPtr(arg0));
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public DeltaVolQuoteHandle(SWIGTYPE_p_boost__shared_ptrT_DeltaVolQuote_t arg0) : this(NQuantLibcPINVOKE.new_DeltaVolQuoteHandle__SWIG_0(SWIGTYPE_p_boost__shared_ptrT_DeltaVolQuote_t.getCPtr(arg0)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }