public override void OnRtnOpenAccountByBank(CThostFtdcOpenAccountField pOpenAccount)
 {
     _callbackApi.OnRtnOpenAccountByBank(pOpenAccount);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcOpenAccountField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 ///银行发起银期开户通知
 public void OnRtnOpenAccountByBank(CThostFtdcOpenAccountField pOpenAccount)
 {
     Console.WriteLine("OnRtnOpenAccountByBank");
 }