public TapAPIExchangeStateInfoQryReq(TapAPIExchangeStateInfoQryReq other) : this(TapTradePINVOKE.new_TapAPIExchangeStateInfoQryReq__SWIG_1(TapAPIExchangeStateInfoQryReq.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
        public virtual int QryExchangeStateInfo(out uint sessionID, TapAPIExchangeStateInfoQryReq qryReq)
        {
            int ret = TapTradePINVOKE.ITapTradeAPI_QryExchangeStateInfo(swigCPtr, out sessionID, TapAPIExchangeStateInfoQryReq.getCPtr(qryReq));

            return(ret);
        }
 internal static HandleRef getCPtr(TapAPIExchangeStateInfoQryReq obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }