• Version 1.15.2
Show / Hide Table of Contents

Class MessageResendingEventArgs

MessageResending event arguments.

Inheritance
object
EventArgs
MessageEventArgs
MessageResendingEventArgs
Inherited Members
MessageEventArgs.FlatMessage
MessageEventArgs.Message
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class MessageResendingEventArgs : MessageEventArgs

Constructors

MessageResendingEventArgs()

Declaration
public MessageResendingEventArgs()

MessageResendingEventArgs(IMessage)

Creates event data.

Declaration
public MessageResendingEventArgs(IMessage message)
Parameters
Type Name Description
IMessage message

sent application-level message that is about to be re-sent to the counterparty.

Properties

AllowResending

If 'true' then the message will be re-sent to the counterparty, otherwise theSequenceReset-GapFill (MsgType 4) message will be sent instead.

Declaration
public bool AllowResending { get; set; }
Property Value
Type Description
bool

Methods

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
MessageEventArgs.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX