SecurityJumpsEditor

StockSharp.Xaml

Graphical component for editing of rollovers between instruments.

Inherits: UserControl

Implements: IComponentConnector

Constructors

SecurityJumpsEditor()

Initializes a new instance of the SecurityJumpsEditor.

Properties

Jumps : IList<SecurityJump>

Rollovers.

SecurityProvider : ISecurityProvider

The provider of information about instruments.

SelectedJump : SecurityJump

Selected rollover.

SelectedJumps : IEnumerable<SecurityJump>

Selected rollovers.

Methods

InitializeComponent()

InitializeComponent

Validate() : string

To check for proper input.

Returns: Error details.

Events

Changed : Action

The rollover change event.

JumpSelected : Action<SecurityJump>

The rollover change event.

Fields

SecurityProviderProperty : DependencyProperty

DependencyProperty for SecurityProvider.