public override void OnRspQryNotice(CThostFtdcNoticeField pNotice, CThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
 {
     _callbackApi.OnRspQryNotice(pNotice, pRspInfo, nRequestID, bIsLast);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcNoticeField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 ///请求查询客户通知响应
 public void OnRspQryNotice(CThostFtdcNoticeField pNotice, CThostFtdcRspInfoField pRspInfo, int nRequestID,
                            bool bIsLast)
 {
     Console.WriteLine("OnRspQryNotice");
 }