문제

In the FIX transport implementation, If synapse acts as an initiator, it first sends logon message to the acceptor..If the acceptor requires username/password for logon message, is there a way to provide that configuration in initiator.cfg file?

In the logon message it has two tags for username and password. So, acceptor might require these fields for logon purpose.

도움이 되었습니까?

해결책

You can add fields to the cfg file if you wish but quickfix will not automatically read them and put them into the logon message as it does with things like TargetCompID. The result is you need to read them and add them in toAdmin.

Personally I have another config file anyway so I add usernames and password to that and add them to the message in toAdmin.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top