public override void OnRspQryContractBank(CThostFtdcContractBankField pContractBank, CThostFtdcRspInfoField pRspInfo, int nRequestID,
                                           bool bIsLast)
 {
     _callbackApi.OnRspQryContractBank(pContractBank, pRspInfo, nRequestID, bIsLast);
 }
Пример #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcContractBankField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 ///请求查询签约银行响应
 public void OnRspQryContractBank(CThostFtdcContractBankField pContractBank, CThostFtdcRspInfoField pRspInfo,
                                  int nRequestID, bool bIsLast)
 {
     Console.WriteLine("OnRspQryContractBank");
 }