AlertFieldPanel

StockSharp.Alerts

Panel schema parameter modification.

Inherits: UserControl

Implements: IComponentConnector

Constructors

AlertFieldPanel()

Initializes a new instance of the AlertFieldPanel.

Properties

Field : AlertRuleField

Message property, which will be made a comparison with the value of Value based on the criterion Operator.

MessageType : Type

Message type.

Operator : ComparisonOperator?

The criterion of comparison values Value.

Value : object

Comparison value.

Methods

InitializeComponent()

InitializeComponent

Fields

FieldProperty : DependencyProperty

DependencyProperty for Field.

MessageTypeProperty : DependencyProperty

DependencyProperty for MessageType.

OperatorProperty : DependencyProperty

DependencyProperty for Operator.

ValueProperty : DependencyProperty

DependencyProperty for Value.