[Quickfix-developers] Send a message to all active sessions
Brought to you by:
orenmnero
|
From: <ja...@jp...> - 2007-02-27 09:40:18
|
Hi, How can I enum all sessions and send a message to all of them? I am using .Net Somehow I would like to do like this: int i, c; i =Session.numSessions(); i =Session.numSessions(); for(c = 0; c < i; c++) Session.sendToTarget(message, c); Reason is that I whant to "broadcast" a index value. / Jan Jonsson Reason is that I whant to "broadcast" a index value. / Jan Jonsson |