SecurityJumpsEditor

StockSharp.Xaml

Graphical component for editing of rollovers between instruments.

Наследует: UserControl

Реализует: IComponentConnector

Конструкторы

SecurityJumpsEditor()

Initializes a new instance of the SecurityJumpsEditor.

Свойства

Jumps : IList<SecurityJump>

Rollovers.

SecurityProvider : ISecurityProvider

The provider of information about instruments.

SelectedJump : SecurityJump

Selected rollover.

SelectedJumps : IEnumerable<SecurityJump>

Selected rollovers.

Методы

InitializeComponent()

InitializeComponent

Validate() : string

To check for proper input.

Возвращает: Error details.

События

Changed : Action

The rollover change event.

JumpSelected : Action<SecurityJump>

The rollover change event.

Поля

SecurityProviderProperty : DependencyProperty

DependencyProperty for SecurityProvider.