Class AlertRule
- Namespace
- StockSharp.Alerts
- Assembly
- StockSharp.Alerts.Interfaces.dll
Rule.
public class AlertRule : IPersistable
- Inheritance
-
AlertRule
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
AlertRule()
Initializes a new instance of the AlertRule.
public AlertRule()
Properties
Field
Message property, which will be made a comparison with the value of Value based on the criterion Operator.
public AlertRuleField Field { get; set; }
Property Value
Operator
The criterion of comparison values Value.
public ComparisonOperator Operator { get; set; }
Property Value
- ComparisonOperator
Value
Comparison value.
public object Value { get; set; }
Property Value
Methods
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.