public override void OnRspQryForQuote(CThostFtdcForQuoteField pForQuote, CThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
 {
     _callbackApi.OnRspQryForQuote(pForQuote, pRspInfo, nRequestID, bIsLast);
 }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcForQuoteField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 ///请求查询询价响应
 public void OnRspQryForQuote(CThostFtdcForQuoteField pForQuote, CThostFtdcRspInfoField pRspInfo, int nRequestID,
                              bool bIsLast)
 {
     Console.WriteLine("OnRspQryForQuote");
 }