Imported from previous forum
I am building a Fix router(A) connecting to a fix acceptor(B).
A creates a connection to B for its own communication/Market Data.
Scenario 1
Lets say A is receiving 5 connections from various clients,
these 5 clients has to be authenticated from B.
Would A passes these 5 logons from its own session to B?
or A has to open 5 vaious connection to B and issue the logons from these connections seperately?
Scenario 2
Let say A creates only one connection with B and manages all the authentication of clients on its own end. and just forwards Business messages from its clients to B?
Can any one comment about above scenarios, what is the better strategy
plus
Is there any best practice regarding the router and Fix Acceptor Communication plus user authentication via router?
-Naveed
NCEL
use one connection and send messages useing the onbehafeoff.
A sends a message to B, obbehafe of C.
works on all messages.
/jan.jonsson@ohman.se
I am building a Fix router(A) connecting to a fix acceptor(B).
A creates a connection to B for its own communication/Market Data.
Scenario 1
Lets say A is receiving 5 connections from various clients, these 5
clients has to be authenticated from B. Would A passes these 5 logons
from its own session to B? or A has to open 5 vaious connection to B and
issue the logons from these connections seperately?Scenario 2
Let say A creates only one connection with B and manages all the
authentication of clients on its own end. and just forwards Business
messages from its clients to B?Can any one comment about above scenarios, what is the better strategy
plus Is there any best practice regarding the router and Fix Acceptor
Communication plus user authentication via router?-Naveed NCEL