Class SessionWarningEventArgs
Provides data for the Warning event of the Scheduler.
Inherited Members
Namespace: OnixS.Fix.Scheduling
Assembly: OnixS.Fix.Engine.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 |