• Version 1.7.1
Show / Hide Table of Contents

Class NotAppliedEventArgs

NotApplied event arguments.

Inheritance
object
EventArgs
NotAppliedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.Cme.ILink3
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class NotAppliedEventArgs : EventArgs

Constructors

NotAppliedEventArgs(int, int)

Declaration
public NotAppliedEventArgs(int fromSeqNo, int msgCount)
Parameters
Type Name Description
int fromSeqNo
int msgCount

Properties

FromSeqNo

Returns the first not applied sequence number.

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

first not applied sequence number.

MsgCount

Returns the count of how many messages have not been applied.

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

count of how many messages have not been applied.

SendGapFill

If 'true' then the Sequence Gap Fill will be sent to the counterparty, otherwise the required messages should be resent manually.

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