Class QuietLogonModeHandler
Inheritance
System.Object
QuietLogonModeHandler
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.FixEngine.Session.MessageHandler.Global
Assembly: FixAntenna.Core.dll
Syntax
public class QuietLogonModeHandler : AbstractGlobalMessageHandler, ISessionMessageHandler, IFixMessageListener
Constructors
QuietLogonModeHandler()
Declaration
public QuietLogonModeHandler()
Fields
Log
Declaration
protected static readonly ILog Log
Field Value
Type | Description |
---|---|
ILog |
Methods
OnNewMessage(FixMessage)
The handler calls the next handler only if the session state is WAITING_FOR_LOGON
and the first message is 'A',
otherwise the session is shutdown.
Declaration
public override void OnNewMessage(FixMessage message)
Parameters
Type | Name | Description |
---|---|---|
FixMessage | message |
Overrides
See Also
SetFixSession(IExtendedFixSession)
Declaration
public override void SetFixSession(IExtendedFixSession fixSession)
Parameters
Type | Name | Description |
---|---|---|
IExtendedFixSession | fixSession |