public override void OnErrRtnExecOrderAction(CThostFtdcExecOrderActionField pExecOrderAction, CThostFtdcRspInfoField pRspInfo)
 {
     _callbackApi.OnErrRtnExecOrderAction(pExecOrderAction, pRspInfo);
 }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcExecOrderActionField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 ///执行宣告操作错误回报
 public void OnErrRtnExecOrderAction(CThostFtdcExecOrderActionField pExecOrderAction,
                                     CThostFtdcRspInfoField pRspInfo)
 {
     Console.WriteLine("OnErrRtnExecOrderAction");
 }