public virtual void OnRtnQuote(TapAPIQuoteWhole info) { TapQuotePINVOKE.ITapQuoteAPINotify_OnRtnQuote(swigCPtr, TapAPIQuoteWhole.getCPtr(info)); }
public virtual void OnRspSubscribeQuote(uint sessionID, int errorCode, char isLast, TapAPIQuoteWhole info) { TapQuotePINVOKE.ITapQuoteAPINotify_OnRspSubscribeQuote(swigCPtr, sessionID, errorCode, isLast, TapAPIQuoteWhole.getCPtr(info)); }
public TapAPIQuoteWhole(TapAPIQuoteWhole other) : this(TapQuotePINVOKE.new_TapAPIQuoteWhole__SWIG_1(TapAPIQuoteWhole.getCPtr(other)), true) { if (TapQuotePINVOKE.SWIGPendingException.Pending) { throw TapQuotePINVOKE.SWIGPendingException.Retrieve(); } }