Class GeneralSessionsStatData
Response with statistical information about the current state of FIX Engine
Since 0.9 version
Inheritance
System.Object
GeneralSessionsStatData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class GeneralSessionsStatData : ResponseData
Constructors
GeneralSessionsStatData()
Declaration
public GeneralSessionsStatData()
Properties
ActiveSessions
Declaration
public int ActiveSessions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AwaitingSessions
Declaration
public int AwaitingSessions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LastSessionCreation
Declaration
public DateTime? LastSessionCreation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LastSessionDestruction
Declaration
public DateTime? LastSessionDestruction { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Latency
Declaration
public double? Latency { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
MaxSessionLifetime
Declaration
public long? MaxSessionLifetime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
MinSessionLifetime
Declaration
public long? MinSessionLifetime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
NumOfProcessedMessages
Declaration
public long? NumOfProcessedMessages { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
NumOfProcessedMessagesByType
Declaration
public Collection<GeneralSessionsStatDataNumOfProcessedMessagesByTypeMessageType> NumOfProcessedMessagesByType { get; }
Property Value
NumOfProcessedMessagesByTypeSpecified
Ruft einen Wert ab, der angibt, ob die NumOfProcessedMessagesByType-Collection leer ist.
Gets a value indicating whether the NumOfProcessedMessagesByType collection is empty.
Declaration
public bool NumOfProcessedMessagesByTypeSpecified { get; }
Property Value
Type |
Description |
System.Boolean |
|
NumOfRejectedMessages
Declaration
public long? NumOfRejectedMessages { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ReconnectingSessions
Declaration
public int ReconnectingSessions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TerminatedAbnormalSessions
Declaration
public int TerminatedAbnormalSessions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TerminatedNormalSessions
Declaration
public int TerminatedNormalSessions { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Throughput
Declaration
public double? Throughput { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|