示例#1
0
        public virtual int OrderLocalModify(out uint sessionID, TapAPIOrderLocalModifyReq order)
        {
            int ret = TapTradeWrapperPINVOKE.ITapTradeAPI_OrderLocalModify(swigCPtr, out sessionID, TapAPIOrderLocalModifyReq.getCPtr(order));

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TapAPIOrderLocalModifyReq obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }