Ejemplo n.º 1
0
        public virtual int CancelHKMarketOrder(out uint sessionID, TapAPIOrderMarketDeleteReq order)
        {
            int ret = TapTradeWrapperPINVOKE.ITapTradeAPI_CancelHKMarketOrder(swigCPtr, out sessionID, TapAPIOrderMarketDeleteReq.getCPtr(order));

            return(ret);
        }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TapAPIOrderMarketDeleteReq obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }