Click or drag to resize

EngineStatistics Class

Statistical information about the current state of FIX Engine.
Inheritance Hierarchy
SystemObject
  com.b2bits.FIXAntennaEngineStatistics

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public sealed class EngineStatistics

The EngineStatistics type exposes the following members.

Properties
 NameDescription
Public propertyActiveObsolete.
Number of active sessions.
Public propertyAwaitingIncomingConnectionObsolete.
Number of sesssions, awaiting incoming connection (as Acceptor).
Public propertyCorrectlyTerminatedObsolete.
Number of correctly terminated sessions.
Public propertyNonGracefullyTerminatedObsolete.
Number of non-gracefully terminated sessions.
Public propertyReconnectingObsolete.
Number of reconnecting sessions (as Initiator).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringObsolete.
Returns statistics report
(Overrides ObjectToString)
Top
See Also