SecurityPicker
The visual component for Security searching and selection.
継承元: UserControl
実装: IPersistable, IComponentConnector
コンストラクター
SecurityPicker()
Initializes a new instance of the SecurityPicker.
プロパティ
ExcludeSecurities : ISet<Security>
Instruments that should be hidden.
ExtendedInfoStorage : IExtendedInfoStorageItem
Extended info storage.
FilteredSecurities : IListEx<Security>
Filtered instruments.
FilteredSecuritiesSource : IListEx<Security>
Filtered securities for binding. Automatically synced with FilteredSecurities.
MarketDataProvider : IMarketDataProvider
The market data provider.
PriceChartDataProvider : IPriceChartDataProvider
Price chart data provider.
Securities : CollectionSecurityProvider
Available instruments.
SecurityDoubleClickCommand : ICommand
Command executed on security double-click.
SecurityFilter : string
The current filter by the instrument.
SecurityProvider : ISecurityProvider
The provider of information about instruments.
SelectedSecurities : IList<Security>
Selected instruments.
SelectedSecuritiesSource : IList<Security>
Selected securities (bindable). Updated when selection changes.
SelectedSecurity : Security
The selected instrument.
SelectedType : SecurityTypes?
The selected instrument type.
SelectionMode : MultiSelectMode
The list items selection mode. The default is Row.
ShowCommonOptionColumns : bool
To show main columns with statistical data.
ShowCommonStatColumns : bool
To show main columns with statistical data.
UnderlyingGrid : SecurityGrid
The table showing financial instruments (Security).
メソッド
InitializeComponent()
InitializeComponent
ProcessLevel1(IDictionary<Security, Level1ChangeMessage>)
Directly update last values.
- changes
- Changes.
SetColumnVisibility(string, Visibility)
To set the visibility for a column of the table.
- name
- The field name.
- visibility
- The visibility.
イベント
GridChanged : Action
The table change event.
SecurityDoubleClick : Action<Security>
Event of double-clicking the mouse on the selected Security.
SecuritySelected : Action<Security>
The selected Security change events.
フィールド
ExtendedInfoStorageProperty : DependencyProperty
DependencyProperty for ExtendedInfoStorage.
FilteredSecuritiesSourceProperty : DependencyProperty
DependencyProperty for FilteredSecuritiesSource.
SecurityDoubleClickCommandProperty : DependencyProperty
DependencyProperty for SecurityDoubleClickCommand.
SelectedSecuritiesSourceProperty : DependencyProperty
DependencyProperty for SelectedSecuritiesSource.
SelectedSecurityProperty : DependencyProperty
DependencyProperty for SelectedSecurity.
SelectionModeProperty : DependencyProperty
DependencyProperty for SelectionMode.
ShowCommonOptionColumnsProperty : DependencyProperty
DependencyProperty for ShowCommonOptionColumns.
ShowCommonStatColumnsProperty : DependencyProperty
DependencyProperty for ShowCommonStatColumns.
TitleProperty : DependencyProperty
DependencyProperty for Title.