LogonEventArgs Properties

FIX Antenna .NET Programmer's Guide

The SessionLogonEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyLogonAction
Logon event action. Output parameter. Defines how incoming Logon message should be processed.
Public propertyLogonMsg
The received Logon message. Reference to this message cannot be stored. Mesage will be destroyed automatically after callback call.
Public propertyOutgoingLogon
Outgoing Logon message. Used when LogonAction equals to LogonEvent.AcceptWithConfirmLogon. Field is available only for acceptor. In case of initiator it equals to . Reference to this message cannot be stored. Mesage will be destroyed automatically after callback call.
Public propertyOutgoingLogout
Outgoing Logout message. Used when LogonAction equals to LogonEvent.DisconnectWithLogout. Field is available only for acceptor. In case of initiator it equals to . Reference to this message cannot be stored. Mesage will be destroyed automatically after callback call.
Top
See Also

Reference