Class PossDupMessageHandler
The global PossDup message handler.
Inheritance
System.Object
PossDupMessageHandler
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 PossDupMessageHandler : AbstractGlobalMessageHandler, ISessionMessageHandler, IFixMessageListener
Constructors
PossDupMessageHandler()
Declaration
public PossDupMessageHandler()
Methods
OnNewMessage(FixMessage)
The method validates the message only if PossDupFlag is set to true, otherwise the next handler is invoked. The content of message should includes Smh.OrigSendingTime, Smh.SendingTime, if this fields are incorrect the reject message will be send.
Declaration
public override void OnNewMessage(FixMessage message)
Parameters
Type | Name | Description |
---|---|---|
FixMessage | message |
Overrides
See Also
SetFixSession(IExtendedFixSession)
Sets the extended fix session.
Declaration
public override void SetFixSession(IExtendedFixSession fixSession)
Parameters
Type | Name | Description |
---|---|---|
IExtendedFixSession | fixSession | the extended fix session |