AlertFieldPanel

StockSharp.Alerts

Panel schema parameter modification.

Hereda de: UserControl

Implementa: IComponentConnector

Constructores

AlertFieldPanel()

Initializes a new instance of the AlertFieldPanel.

Propiedades

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.