Example #1
0
 public DeltaVolQuoteHandle(DeltaVolQuote arg0) : this(NQuantLibcPINVOKE.new_DeltaVolQuoteHandle__SWIG_0(DeltaVolQuote.getCPtr(arg0)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void linkTo(DeltaVolQuote arg0)
 {
     NQuantLibcPINVOKE.RelinkableDeltaVolQuoteHandle_linkTo(swigCPtr, DeltaVolQuote.getCPtr(arg0));
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
        public DeltaVolQuote __deref__()
        {
            DeltaVolQuote ret = new DeltaVolQuote(NQuantLibcPINVOKE.DeltaVolQuoteHandle___deref__(swigCPtr), true);

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
        public DeltaVolQuote __deref__()
        {
            global::System.IntPtr cPtr = NQuantLibcPINVOKE.DeltaVolQuoteHandle___deref__(swigCPtr);
            DeltaVolQuote         ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DeltaVolQuote(cPtr, true);

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