Class NotAppliedEventArgs
NotApplied event arguments.
Inherited Members
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. |