Click or drag to resize

SessionLogonEventArgsOutgoingLogout Property

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.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public FixMessage OutgoingLogout { get; }

Property Value

FixMessage
Outgoing Logout message.
See Also