• Version 1.15.2
Show / Hide Table of Contents

Class SessionWarningEventArgs

Warning event arguments.

Inheritance
object
EventArgs
SessionWarningEventArgs
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 SessionWarningEventArgs : EventArgs

Constructors

SessionWarningEventArgs()

Declaration
public SessionWarningEventArgs()

Properties

Description

Warning description.

Declaration
public string Description { get; }
Property Value
Type Description
string

Warning description

IncomingMessageBytes

This property is valid only during this event callback.

Declaration
public ReadOnlySpan<byte> IncomingMessageBytes { get; }
Property Value
Type Description
ReadOnlySpan<byte>

Reason

Warning reason.

Declaration
public SessionWarningReason Reason { get; }
Property Value
Type Description
SessionWarningReason

Warning reason

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