Click or drag to resize

SessionLogonEventArgsOutgoingLogon Property

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.

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

Property Value

FixMessage
Outgoing Logon message.
See Also