jspurefix
jspurefix copied to clipboard
URGENT: Multiple FIX Sessions: One SenderCompID to Multiple TargetCompIDs
Hi @TimelordUK, we are running multiple FIX sessions, connecting multiple clients to a server.
The server would need to handle multiple TargetCompIDs
(clients' SenderCompID
s).
I'm currently using a single TargetCompID
from the FIX server's ISessionDescription
.
However, I want my server to send to different TargetCompIDs
in multiple FIX sessions and I'm not sure how to work around it.
Could you suggest a way to work around this situation using your jspurefix
package?
Thank you very much for you attention.