public TapAPIOrderCancelReq(TapAPIOrderCancelReq other) : this(TapTradePINVOKE.new_TapAPIOrderCancelReq__SWIG_1(TapAPIOrderCancelReq.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(TapAPIOrderCancelReq obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
        public virtual int CancelOrder(out uint sessionID, TapAPIOrderCancelReq order)
        {
            int ret = TapTradePINVOKE.ITapTradeAPI_CancelOrder(swigCPtr, out sessionID, TapAPIOrderCancelReq.getCPtr(order));

            return(ret);
        }