public virtual void OnRspQryContract(uint sessionID, int errorCode, char isLast, TapAPIQuoteContractInfo info)
 {
     TapQuotePINVOKE.ITapQuoteAPINotify_OnRspQryContract(swigCPtr, sessionID, errorCode, isLast, TapAPIQuoteContractInfo.getCPtr(info));
 }
 public virtual void OnRtnContract(TapAPIQuoteContractInfo info)
 {
     TapQuotePINVOKE.ITapQuoteAPINotify_OnRtnContract(swigCPtr, TapAPIQuoteContractInfo.getCPtr(info));
 }
Exemplo n.º 3
0
 public TapAPIQuoteContractInfo(TapAPIQuoteContractInfo other) : this(TapQuotePINVOKE.new_TapAPIQuoteContractInfo__SWIG_1(TapAPIQuoteContractInfo.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
 }