LogonEvent class

class V12.FIXAntenna.LogonEvent

The Logon message has been received from the counterparty. See the Application.on_logon_event() callback.

logon_action: LogonAction

Logon action to be done.

incoming_logon_message: FixMessage

The received Logon message.

outgoing_logon_message: FixMessage

Outgoing Logon message. Used when logon_action equals LogonAction.AcceptWithConfirmLogon. This field is available only for an acceptor. For an initiator it equals NULL.

outgoing_logout_message: FixMessage

Outgoing Logout message. Used when logon_action equals LogonAction.DisconnectWithLogout. This field is available only for an acceptor. For an initiator it equals NULL.