• Version 1.15.2
Show / Hide Table of Contents

Class SessionWarningEventArgs

Provides data for the Warning event of the Scheduler.

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)
object.ToString()
Namespace: OnixS.Fix.Scheduling
Assembly: OnixS.Fix.Scheduler.dll
Syntax
public class SessionWarningEventArgs : EventArgs

Constructors

SessionWarningEventArgs(Session, string)

Initializes new instance of SessionWarningEventArgs class.

Declaration
public SessionWarningEventArgs(Session session, string warningReason)
Parameters
Type Name Description
Session session

Instance of FIX session which is either a source of warning or which is related with given warning.

string warningReason

Gets a message that describes current warning.

Properties

Reason

Gets a message that describes current warning.

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

Session

Instance of FIX session which is either a source of warning or which is related with given warning.

Declaration
public Session Session { get; }
Property Value
Type Description
Session
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX