Currently, the example provided in QuickFIX/J, only allow single executor to talk with single banzai.
From the settings in configuration file : SenderCompID TargetCompID
Their behavior is as follow :
Executor - I only allowed single connection from someone called Banzai Banzai - My name is Banzai, and I will only connect to Exectuor
I would like to change the behavior of them to as follow :
Executor - I allow connection from anyone. Banzai - My name is , and I will only connect to Exectuor
May I know how I can achieve that?
I try the following : http://www.quickfixj.org/confluence/display/qfj/Implementing+Custom+Logons (Is this the correct way to have dynamically generated session?)
with only changing the code at Banzai side, and leave configuration file untouched, the connection wouldn't be allowed.
Is there other things else I need to change?
(1) Executor's code
(2) Configuration file for executor and banzai