public ITapTradeAPINotify(ITapTradeAPINotify other) : this(TapTradePINVOKE.new_ITapTradeAPINotify__SWIG_1(ITapTradeAPINotify.getCPtr(other)), true) { if (TapTradePINVOKE.SWIGPendingException.Pending) { throw TapTradePINVOKE.SWIGPendingException.Retrieve(); } SwigDirectorConnect(); }
internal static HandleRef getCPtr(ITapTradeAPINotify obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public virtual int SetAPINotify(ITapTradeAPINotify apiNotify) { int ret = TapTradePINVOKE.ITapTradeAPI_SetAPINotify(swigCPtr, ITapTradeAPINotify.getCPtr(apiNotify)); return(ret); }