Table of Contents

Class SecurityJumpsEditor

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Graphical component for editing of rollovers between instruments.

public class SecurityJumpsEditor : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
SecurityJumpsEditor
Implements
Inherited Members
Extension Methods

Constructors

SecurityJumpsEditor()

Initializes a new instance of the SecurityJumpsEditor.

public SecurityJumpsEditor()

Fields

SecurityProviderProperty

public static readonly DependencyProperty SecurityProviderProperty

Field Value

DependencyProperty

Properties

Jumps

Rollovers.

public IList<SecurityJump> Jumps { get; }

Property Value

IList<SecurityJump>

SecurityProvider

The provider of information about instruments.

public ISecurityProvider SecurityProvider { get; set; }

Property Value

ISecurityProvider

SelectedJump

Selected rollover.

public SecurityJump SelectedJump { get; set; }

Property Value

SecurityJump

SelectedJumps

Selected rollovers.

public IEnumerable<SecurityJump> SelectedJumps { get; }

Property Value

IEnumerable<SecurityJump>

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Validate()

To check for proper input.

public string Validate()

Returns

string

Error details.

Events

Changed

The rollover change event.

public event Action Changed

Event Type

Action

JumpSelected

The rollover change event.

public event Action<SecurityJump> JumpSelected

Event Type

Action<SecurityJump>