Re: [Quickfix-developers] stop/start session programmatically
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2005-08-16 20:53:15
|
On 8/16/05, Alvin Wang <AW...@ff...> wrote: > Are there any APIs so that QF can stop/restart just a specific session > programmatically between start time and end time?=20 Session::logout will effectively stop the session. If the session is logged on, it will logout and disconnect cleanly. Then, if it is an Initiator, it will stop connecting to the counterparty; and if it is an Acceptor, it will refuse Logon attempts from the counterparty. You can re-enable with Session::logon --=20 Caleb Epstein caleb dot epstein at gmail dot com |