public virtual void OnRspQryDeepQuote(uint sessionID, int errorCode, char isLast, TapAPIDeepQuoteQryRsp info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRspQryDeepQuote(swigCPtr, sessionID, errorCode, isLast, TapAPIDeepQuoteQryRsp.getCPtr(info));
 }
Beispiel #2
0
 public TapAPIDeepQuoteQryRsp(TapAPIDeepQuoteQryRsp other) : this(TapTradePINVOKE.new_TapAPIDeepQuoteQryRsp__SWIG_1(TapAPIDeepQuoteQryRsp.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }