Example #1
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();
     }
 }
Example #2
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();
     }
 }
Example #3
0
        public SWIGTYPE_p_boost__shared_ptrT_DeltaVolQuote_t __deref__()
        {
            SWIGTYPE_p_boost__shared_ptrT_DeltaVolQuote_t ret = new SWIGTYPE_p_boost__shared_ptrT_DeltaVolQuote_t(NQuantLibcPINVOKE.DeltaVolQuoteHandle___deref__(swigCPtr), true);

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_boost__shared_ptrT_DeltaVolQuote_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }