public TapAPIOrderActionRsp(TapAPIOrderActionRsp other) : this(TapTradePINVOKE.new_TapAPIOrderActionRsp__SWIG_1(TapAPIOrderActionRsp.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(TapAPIOrderActionRsp obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual void OnRspOrderAction(uint sessionID, uint errorCode, TapAPIOrderActionRsp info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRspOrderAction(swigCPtr, sessionID, errorCode, TapAPIOrderActionRsp.getCPtr(info));
 }