我正在使用 quickfixj,我有一个接收器,我使用 Logout() 方法从该接收器发送修复消息“8=FIX.4.29=8235=534=38749=TEST152=20130409-08:01:47.86256=TEST2-1136558=User Is Blocked10 =231" 到发起者,但我可以看到接收器本身发送的心跳,我们如何解决这个问题?我正在使用下面的代码
Logout oLogout = new Logout();
quickfix.field.Text aText = new quickfix.field.Text("User Is Blocked");
oLogout.set(aText);
Session.sendToTarget(oLogout, "TEST2-11365, "TEST1");