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