public TapAPIPositionProfitNotice(TapAPIPositionProfitNotice other) : this(TapTradePINVOKE.new_TapAPIPositionProfitNotice__SWIG_1(TapAPIPositionProfitNotice.getCPtr(other)), true) { if (TapTradePINVOKE.SWIGPendingException.Pending) { throw TapTradePINVOKE.SWIGPendingException.Retrieve(); } }
internal static HandleRef getCPtr(TapAPIPositionProfitNotice obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public virtual void OnRtnPositionProfit(TapAPIPositionProfitNotice info) { TapTradePINVOKE.ITapTradeAPINotify_OnRtnPositionProfit(swigCPtr, TapAPIPositionProfitNotice.getCPtr(info)); }