///请求查询银期签约关系响应
 public void OnRspQryAccountregister(CThostFtdcAccountregisterField pAccountregister,
                                     CThostFtdcRspInfoField pRspInfo, int nRequestID, bool bIsLast)
 {
     Console.WriteLine("OnRspQryAccountregister");
 }
 public override void OnRspQryAccountregister(CThostFtdcAccountregisterField pAccountregister, CThostFtdcRspInfoField pRspInfo,
                                              int nRequestID, bool bIsLast)
 {
     _callbackApi.OnRspQryAccountregister(pAccountregister, pRspInfo, nRequestID, bIsLast);
 }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcAccountregisterField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }