• Version 1.15.2
Show / Hide Table of Contents

Class ResendingStartedFinishedEventArgs

ResendingStarted event arguments. ResendingFinished event arguments.

Inheritance
object
EventArgs
ResendingStartedFinishedEventArgs
Inherited Members
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 ResendingStartedFinishedEventArgs : EventArgs

Constructors

ResendingStartedFinishedEventArgs()

Declaration
public ResendingStartedFinishedEventArgs()

ResendingStartedFinishedEventArgs(int, int)

Creates event data.

Declaration
public ResendingStartedFinishedEventArgs(int beginSeqNo, int endSeqNo)
Parameters
Type Name Description
int beginSeqNo

Begin sequence number.

int endSeqNo

End sequence number.

Properties

BeginSeqNo

Begin sequence number.

Declaration
public int BeginSeqNo { get; }
Property Value
Type Description
int

Begin sequence number

EndSeqNo

End sequence number.

Declaration
public int EndSeqNo { get; }
Property Value
Type Description
int

End sequence number

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
object.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX