public static extern void TD_CancelQuote(IntPtr pTraderApi, ref CThostFtdcQuoteField pQuote);
private void OnRtnQuote(IntPtr pTraderApi, ref CThostFtdcQuoteField pQuote) { Console.WriteLine("OnRtnQuote"); }