I'm using quickfixj. I have a custom message like "EndTrade", when I got that message, I want to end fix session? How can I do that? I have not find any way to do so.
It is not allowing me to use new Session().logout()
.
I got answer of my question. you can logout your fix session in following way.
Session.lookupSession(sessionID).logout();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With