Class LatencyAlertSubscription
Subscription request on limit excess latency
Since 2.0.6 version
Inheritance
System.Object
LatencyAlertSubscription
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 LatencyAlertSubscription : SubscriptionRequest, IMessage
Constructors
LatencyAlertSubscription()
Initialisiert eine neue Instanz der LatencyAlertSubscription Klasse.
Initializes a new instance of the LatencyAlertSubscription class.
Declaration
public LatencyAlertSubscription()
Properties
LatencyRules
Declaration
public Collection<LatencyAlertSubscriptionLatencyRules> LatencyRules { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<LatencyAlertSubscriptionLatencyRules> |
LatencyRulesSpecified
Ruft einen Wert ab, der angibt, ob die LatencyRules-Collection leer ist.
Gets a value indicating whether the LatencyRules collection is empty.
Declaration
public bool LatencyRulesSpecified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |