• Version 1.17.0
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()

Default constructor.

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 the string representation.

Declaration
public override string ToString()
Returns
Type Description
string

string representation

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