|
From: Ajit G. <aji...@gm...> - 2021-05-18 12:55:42
|
Hi, I have Quickfix FIX acceptor and below is the scenario: I receive a Quote request message from a client and need to send a Quote response message to a specific client as well as broadcast a message to all active sessions. I was thinking of creating a method SendToAllActiveSessions and inside using SendToTarget method passing active sessionID object parameters. I was wondering whether I can create a global variable to store all active sessions and pass it to the SendToTarget method inside SendToAllActiveSessions or should I store the active sessionIds in database and put lookup logic for active Session Ids in the method. Regards Ajit Gautam |