コード例 #1
0
 public TapAPIOrderCancelReq(TapAPIOrderCancelReq other) : this(TapTradePINVOKE.new_TapAPIOrderCancelReq__SWIG_1(TapAPIOrderCancelReq.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
        public virtual int CancelOrder(out uint sessionID, TapAPIOrderCancelReq order)
        {
            int ret = TapTradePINVOKE.ITapTradeAPI_CancelOrder(swigCPtr, out sessionID, TapAPIOrderCancelReq.getCPtr(order));

            return(ret);
        }