コード例 #1
0
 public static void setCouponPricer(Leg arg0, FloatingRateCouponPricer arg1)
 {
     NQuantLibcPINVOKE.setCouponPricer(Leg.getCPtr(arg0), FloatingRateCouponPricer.getCPtr(arg1));
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void setPricer(FloatingRateCouponPricer p)
 {
     NQuantLibcPINVOKE.FloatingRateCoupon_setPricer(swigCPtr, FloatingRateCouponPricer.getCPtr(p));
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public override void setPricer(FloatingRateCouponPricer pricer)
 {
     base.setPricer(pricer);
     underlying_.setPricer(pricer);
 }
コード例 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FloatingRateCouponPricer obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #5
0
ファイル: CappedFlooredCoupon.cs プロジェクト: minikie/test
 public new void setPricer(FloatingRateCouponPricer p) {
   NQuantLibcPINVOKE.CappedFlooredCoupon_setPricer(swigCPtr, FloatingRateCouponPricer.getCPtr(p));
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #6
0
ファイル: NQuantLibc.cs プロジェクト: minikie/test
 public static void setCouponPricer(Leg arg0, FloatingRateCouponPricer arg1) {
   NQuantLibcPINVOKE.setCouponPricer(Leg.getCPtr(arg0), FloatingRateCouponPricer.getCPtr(arg1));
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FloatingRateCouponPricer obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }