AutoCompletePopUp
StockSharp.Xaml
A pop-up window to select a suitable instrument.
Inherits: Popup
Implements: IComponentConnector
Constructors
AutoCompletePopUp()
Initializes a new instance of the AutoCompletePopUp.
Properties
Securities : ObservableCollection<Security>
All suitable instruments.
SelectedSecurity : Security
The selected instrument.
Methods
DoFocus()
To focus.
InitializeComponent()
InitializeComponent
Events
MatchKeyDown : Action<Key>
Key press event.
SecuritySelected : Action
The change event SelectedSecurity.
Fields
MatchTextProperty : DependencyProperty
DependencyProperty for MatchText.