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