|
From: Qing G. <Qi...@cr...> - 2018-05-03 12:55:38
|
Thanks a lot, Qing -----Original Message----- From: Colin DuPlantis [mailto:co...@ma...] Sent: Wednesday, May 2, 2018 11:46 AM To: qui...@li... Subject: Re: [Quickfixj-users] Add a new session to QuickFIX/J engine Yes, this is possible. The way we handle this is to create a new SocketInitiator for the new session. You can have more than one. The process is a little more complicated for acceptor sessions, but you don't have to worry about that if you don't deal with acceptors. On 05/02/2018 08:06 AM, Qing Guo wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > > Hi, > > I'm using QuickFIX/J engine as a buy side engine. Whenever I need to > add a new session to the engine, I have to stop the engine and create > a new SocketInitiator object. So other sessions on the engine have to > logout. I'm wondering if there is a way to add a new session without > logout existing sessions on the engine. Any suggestion ? > > Thanks, > > Qing > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- Colin DuPlantis Chief Architect, Marketcetera Download, Run, Trade 888.868.4884 +1.541.306.6556 http://www.marketcetera.org QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ QuickFIX/J Support: http://www.quickfixj.org/support/ |