|
From: Ajit G. <aji...@gm...> - 2021-06-04 13:19:44
|
Hey Grant, I am working on the acceptor side. Actually, I have a business message, a security list message, which needs authorised user to access it. Not every user is authorized to get the security of the list. As per the standard message, Security list request message doesn't have PartyID or User ID field. With this information, the dilemma of partyID and SenderSubID arised. I am not sure existing FIX client available in market will like which approach to follow. In the above scenario, how can I get the details of the user in the security list request message. Any help would be appreciated. Regards Ajit Gautam On Wed, Jun 2, 2021 at 6:55 PM Grant Birchmeier <gbi...@co...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J <http://www.quickfixj.org/documentation/QuickFIX/J> Support: > http://www.quickfixj.org/support/ > > > Are you writing code for the acceptor side or for the initiator side? > > My advice is: > > If on initiator side: Follow your counterparty's instructions. Use this > field only as much as you have to. > > If on acceptor side: Don't use it. > > On Wed, Jun 2, 2021 at 5:49 AM Ajit Gautam <aji...@gm...> > wrote: > >> QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ >> QuickFIX/J <http://www.quickfixj.org/documentation/QuickFIX/J> Support: >> http://www.quickfixj.org/support/ >> >> >> Hi, >> >> As per the quickfix manual, the SenderSubID field can be set in session >> configuration. >> This means, one user per session can take login and send the request from >> quickfix initiator. >> >> But in case of multiple users per session, how will this setting work or >> any different setting is required? >> >> Any help will be appreciated. >> >> Regards >> Ajit Gautam >> _______________________________________________ >> Quickfixj-users mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfixj-users >> > > > -- > Grant Birchmeier > *Connamara Systems, LLC* > *Made-To-Measure Trading Solutions.* > Exactly what you need. No more. No less. > http://connamara.com > > This email, along with any attachments, is confidential. If you believe > you received this message in error, please contact the sender immediately > and delete all copies of the message. Thank you from Connamara Systems, LLC. > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |