Class MsgLoggingHandler
Inheritance
System.Object
MsgLoggingHandler
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 MsgLoggingHandler : AbstractGlobalMessageHandler, ISessionMessageHandler, IFixMessageListener
Constructors
MsgLoggingHandler()
Declaration
public MsgLoggingHandler()
Fields
IsDebugEnabled
Declaration
protected bool IsDebugEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Log
Declaration
protected ILog Log
Field Value
| Type | Description |
|---|---|
| ILog |
Methods
IsLoggingEnabled()
Declaration
public static bool IsLoggingEnabled()
Returns
| Type | Description |
|---|---|
| System.Boolean |
OnNewMessage(FixMessage)
This method is invoked every time when FIX Engine receives application message.
Declaration
public override void OnNewMessage(FixMessage message)
Parameters
| Type | Name | Description |
|---|---|---|
| FixMessage | message | the incoming message |
Overrides
SetFixSession(IExtendedFixSession)
Sets the extended fix session.
Declaration
public override void SetFixSession(IExtendedFixSession fixSession)
Parameters
| Type | Name | Description |
|---|---|---|
| IExtendedFixSession | fixSession | the extended fix session |