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
Properties
Jumps
Rollovers.
public IList<SecurityJump> Jumps { get; }
Property Value
SecurityProvider
The provider of information about instruments.
public ISecurityProvider SecurityProvider { get; set; }
Property Value
SelectedJump
Selected rollover.
public SecurityJump SelectedJump { get; set; }
Property Value
SelectedJumps
Selected rollovers.
public IEnumerable<SecurityJump> SelectedJumps { get; }
Property Value
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
JumpSelected
The rollover change event.
public event Action<SecurityJump> JumpSelected