public override void OnRtnChangeAccountByBank(CThostFtdcChangeAccountField pChangeAccount)
 {
     _callbackApi.OnRtnChangeAccountByBank(pChangeAccount);
 }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcChangeAccountField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 ///银行发起变更银行账号通知
 public void OnRtnChangeAccountByBank(CThostFtdcChangeAccountField pChangeAccount)
 {
     Console.WriteLine("OnRtnChangeAccountByBank");
 }