コード例 #1
0
 public TapAPIHisQuoteQryRsp(TapAPIHisQuoteQryRsp other) : this(TapQuotePINVOKE.new_TapAPIHisQuoteQryRsp__SWIG_1(TapAPIHisQuoteQryRsp.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public virtual void OnRspQryHisQuote(uint sessionID, int errorCode, char isLast, TapAPIHisQuoteQryRsp info)
 {
     TapQuotePINVOKE.ITapQuoteAPINotify_OnRspQryHisQuote(swigCPtr, sessionID, errorCode, isLast, TapAPIHisQuoteQryRsp.getCPtr(info));
 }
コード例 #3
0
 internal static HandleRef getCPtr(TapAPIHisQuoteQryRsp obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }