Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用quickfixj。我有一条像“EndTrade”这样的自定义消息,当我收到该消息时,我想结束修复会话吗?我怎样才能做到这一点?我还没有找到任何方法这样做。它不允许我使用new Session().logout().
new Session().logout()
我得到了我的问题的答案。您可以通过以下方式注销您的修复会话。
Session.lookupSession(sessionID).logout();