[Quickfix-users] shutting down fix sessions
Brought to you by:
orenmnero
From: Matt F. <ma...@ba...> - 2005-03-02 20:05:49
|
What's the best way to shut down a connected and active quickfix session? i'm trying the stop() method on my SocketInitiator but that locks up my app. I've tried logout but it just reconnects. The only way i've gotten it to work is to uncleanly do Application.Exit(), but that doesn't lend itself to easy use in an administrative interface. |