Disconnect user session

Imported from previous forum

Fix Protocol Version : FIX.4.2
Lang Used : Java

Hi

As I am new to fix require info on below sequence
a> Say user sends me login request
b> I validate it and its not a valid user
c> Require to send error message and disconnect the user

Here I am able to send error message but how to I disconnect the user session ? Which method needs to used ?

Warm Regars
Arvind

arvind could you please elaborate the question.

session level rejection are handled by fix engine.

Fix Protocol Version : FIX.4.2
Lang Used : Java

Hi

As I am new to fix require info on below sequence
a> Say user sends me login request
b> I validate it and its not a valid user
c> Require to send error message and disconnect the user

Here I am able to send error message but how to I disconnect the user session ? Which method needs to used ?

Warm Regars
Arvind

Hi Uttesh

Thank you for the quick response

We have an “acceptor” which provide market data to users for which when an initial connection is established by user they would be sending us login details where in we are validating it . If the user is invalid we want to close the session such that session related messages are not exchanged by fix engine .

We are already sending fix message to user with tag 35 as 5 (when user is invalid) but we can still see session messages being exchanged , we want close socket connection such that there is no messages exchanged

Regards
Arvind

arvind could you please elaborate the question.

session level rejection are handled by fix engine.

Fix Protocol Version : FIX.4.2
Lang Used : Java

Hi

As I am new to fix require info on below sequence
a> Say user sends me login request
b> I validate it and its not a valid user
c> Require to send error message and disconnect the user

Here I am able to send error message but how to I disconnect the user session ? Which method needs to used ?

Warm Regars
Arvind

Hi
I am able to send Logout message to the users using Logout() method but I can still see the Heartbeat exchanged .I would like to close the session

Any help would be appreciated
Warms Regards
Arvind

Hi Uttesh

Thank you for the quick response

We have an “acceptor” which provide market data to users for which when an initial connection is established by user they would be sending us login details where in we are validating it . If the user is invalid we want to close the session such that session related messages are not exchanged by fix engine .

We are already sending fix message to user with tag 35 as 5 (when user is invalid) but we can still see session messages being exchanged , we want close socket connection such that there is no messages exchanged

Regards
Arvind

arvind could you please elaborate the question.

session level rejection are handled by fix engine.

Fix Protocol Version : FIX.4.2
Lang Used : Java

Hi

As I am new to fix require info on below sequence
a> Say user sends me login request
b> I validate it and its not a valid user
c> Require to send error message and disconnect the user

Here I am able to send error message but how to I disconnect the user session ? Which method needs to used ?

Warm Regars
Arvind