Esempio n. 1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TapAPIHisOrderQryReq obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 2
0
        public virtual int QryHisOrder(out uint sessionID, TapAPIHisOrderQryReq qryReq)
        {
            int ret = TapTradeWrapperPINVOKE.ITapTradeAPI_QryHisOrder(swigCPtr, out sessionID, TapAPIHisOrderQryReq.getCPtr(qryReq));

            return(ret);
        }