Table of Contents

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

AlertRuleField

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

object

Methods

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.