Esempio n. 1
0
 public TapAPIDeepQuoteQryRsp(TapAPIDeepQuoteQryRsp other) : this(TapTradePINVOKE.new_TapAPIDeepQuoteQryRsp__SWIG_1(TapAPIDeepQuoteQryRsp.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void OnRspQryDeepQuote(uint sessionID, int errorCode, char isLast, TapAPIDeepQuoteQryRsp info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRspQryDeepQuote(swigCPtr, sessionID, errorCode, isLast, TapAPIDeepQuoteQryRsp.getCPtr(info));
 }
Esempio n. 3
0
 internal static HandleRef getCPtr(TapAPIDeepQuoteQryRsp obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }