[Quickfix-users] send message to multiple sessions
Brought to you by:
orenmnero
From: Thomas D. <td...@au...> - 2007-01-25 17:17:37
|
I'm the acceptor and may have multiple sessions. is there a way to get a list of all sessions to send a message? specifically, it's a trading session status message, and I want to be able to tell everyone when a route is opened/closed. I've thought of maintaining my own list through onLogon() and onLogout(), but quickfix has to have some kind of collection. |