Class StatusData
Inheritance
System.Object
StatusData
Implements
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()
Namespace: FixAntenna.Fixicc.Message
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class StatusData : IStatusDataGroup
Properties
BackupState
Declaration
public BackupState? BackupState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BackupState> |
InSeqNum
Declaration
public long? InSeqNum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
OutQueueSize
Declaration
public long? OutQueueSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
OutSeqNum
Declaration
public long? OutSeqNum { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatusGroup
Declaration
public StatusGroup StatusGroup { get; set; }
Property Value
Type | Description |
---|---|
StatusGroup |