|
From: Nik G. <nik...@gm...> - 2021-05-25 15:21:07
|
Ajim, the information you are looking for is shown on https://github.com/quickfix-j/quickfixj ... fromAdmin notifies you when an administrative message is sent from a > counterparty to your FIX engine. This can be useful for doing extra > validation on Logon messages such as for checking passwords. Throwing a > RejectLogon exception will disconnect the counterparty. Nik On Tue, 25 May 2021 at 15:38, 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, > > I was thinking of a scenario of have customised session validation. > > Scenario - > I am building an FIX Acceptor and wanted to allow only session logon with > heartbeat time greater than 30 sec. In case of receiving a session logon > from initiator with heartbeat time less than 30 seconds, I need to reject > the logon. > But, Quickfix establishes the session once session logon is accepted. > > Is there any setting configuration I use on FIX Acceptor or I need to > introduce changes in my project code. > > I was thinking to send business level rejection once session logon is > accepted for heartbeat received less than 30 seconds and then send a > logout. But still, I can receive a logon again. Thus, I m stuck here. > > I will appreciate if anyone can provide suggestions on the same. > > > Regards > Ajit Gautam > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |