AlertFieldPanel

StockSharp.Alerts

Panel schema parameter modification.

Herda de: UserControl

Implementa: IComponentConnector

Construtores

AlertFieldPanel()

Initializes a new instance of the AlertFieldPanel.

Propriedades

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.

Métodos

InitializeComponent()

InitializeComponent

Campos

FieldProperty : DependencyProperty

DependencyProperty for Field.

MessageTypeProperty : DependencyProperty

DependencyProperty for MessageType.

OperatorProperty : DependencyProperty

DependencyProperty for Operator.

ValueProperty : DependencyProperty

DependencyProperty for Value.