예제 #1
0
 public virtual void OnRtnForQuoteRsp(CThostFtdcForQuoteRspField pForQuoteRsp)
 {
     if (SwigDerivedClassHasMethod("OnRtnForQuoteRsp", swigMethodTypes11))
     {
         CTPMarketCppWrapperPINVOKE.CThostFtdcMdSpi_OnRtnForQuoteRspSwigExplicitCThostFtdcMdSpi(swigCPtr, CThostFtdcForQuoteRspField.getCPtr(pForQuoteRsp));
     }
     else
     {
         CTPMarketCppWrapperPINVOKE.CThostFtdcMdSpi_OnRtnForQuoteRsp(swigCPtr, CThostFtdcForQuoteRspField.getCPtr(pForQuoteRsp));
     }
 }