LogoutEvent class
- class V12.FIXAntenna.LogoutEvent
The session was closed. See the
Application.on_logout_event()
callback.- reconnect_flag: bool
Should be set to true to re-connect to the session. Moving will be performed in the parallel thread.
Warning
User should not set this flag to true at the application stop. Otherwise, it will cause an infinite loop.
- incoming_logout_message: FixMessage
The received Logout message.
Warning
Not NULL only if the session was closed by the remote side.