0

I have a scenario in which a FIX server will send to multiple clients. I have found examples in which this is done by sending to each session round-robin fashion however, is there any facility in FIX that allows what might be called multicasting? I.e. all clients subscribe, for example, to a shared session.

Many thanks.

Andrew
  • 149
  • 1
  • 13
  • `round-robin` will be not optimal. It means I might receive a message long after another client. All FIX engines are multi threaded, so why are you doing round-robin. – DumbCoder Dec 24 '14 at 09:04
  • This appears to be one attempt at FIX multicasting: http://www.fixtradingcommunity.org/mod/file/view.php?file_guid=30528 – Andrew Jan 02 '15 at 20:59

0 Answers0