internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcCombActionField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public override void OnRtnCombAction(CThostFtdcCombActionField pCombAction)
 {
     _callbackApi.OnRtnCombAction(pCombAction);
 }
 ///申请组合通知
 public void OnRtnCombAction(CThostFtdcCombActionField pCombAction)
 {
     Console.WriteLine("OnRtnCombAction");
 }
 public override void OnRspQryCombAction(CThostFtdcCombActionField pCombAction, CThostFtdcRspInfoField pRspInfo, int nRequestID,
                                         bool bIsLast)
 {
     _callbackApi.OnRspQryCombAction(pCombAction, pRspInfo, nRequestID, bIsLast);
 }
 ///请求查询申请组合响应
 public void OnRspQryCombAction(CThostFtdcCombActionField pCombAction, CThostFtdcRspInfoField pRspInfo,
                                int nRequestID, bool bIsLast)
 {
     Console.WriteLine("OnRspQryCombAction");
 }