public virtual void OnRtnOrder(TapAPIOrderInfoNotice info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRtnOrder(swigCPtr, TapAPIOrderInfoNotice.getCPtr(info));
 }
 public TapAPIOrderInfoNotice(TapAPIOrderInfoNotice other) : this(TapTradePINVOKE.new_TapAPIOrderInfoNotice__SWIG_1(TapAPIOrderInfoNotice.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }