public override void OnRtnQueryBankBalanceByFuture(CThostFtdcNotifyQueryAccountField pNotifyQueryAccount)
 {
     _callbackApi.OnRtnQueryBankBalanceByFuture(pNotifyQueryAccount);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcNotifyQueryAccountField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 ///期货发起查询银行余额通知
 public void OnRtnQueryBankBalanceByFuture(CThostFtdcNotifyQueryAccountField pNotifyQueryAccount)
 {
     Console.WriteLine("OnRtnQueryBankBalanceByFuture");
 }