SecurityLookupWindow
StockSharp.Xaml
La ventana de búsqueda de instrumentos.
Hereda de: ThemedWindow
Implementa: IComponentConnector
Constructores
SecurityLookupWindow
public SecurityLookupWindow()
securityLookupWindow = SecurityLookupWindow()
Inicia una nueva instancia de la SecurityLookupWindow.
Propiedades
Configure
public Action Configure { get; set; }
value = securityLookupWindow.Configure
securityLookupWindow.Configure = value
Configurar la acción de los elementos fuente de datos.
Criteria
public Security Criteria { get; set; }
value = securityLookupWindow.Criteria
securityLookupWindow.Criteria = value
El filtro para la búsqueda de instrumentos.
CriteriaMessage
public SecurityLookupMessage CriteriaMessage { get; set; }
value = securityLookupWindow.CriteriaMessage
securityLookupWindow.CriteriaMessage = value
El filtro para la búsqueda de instrumentos.
DataSourceItemsSource
public IList<Tuple<string, object>> DataSourceItemsSource { get; }
value = securityLookupWindow.DataSourceItemsSource
Datos de origen.
ExchangeInfoProvider
public IExchangeInfoProvider ExchangeInfoProvider { get; set; }
value = securityLookupWindow.ExchangeInfoProvider
securityLookupWindow.ExchangeInfoProvider = value
El proveedor de información de intercambio.
SelectedDataSource
public Tuple<string, object> SelectedDataSource { get; set; }
value = securityLookupWindow.SelectedDataSource
securityLookupWindow.SelectedDataSource = value
El elemento de fuente de datos seleccionado.
ShowAllOption
public bool ShowAllOption { get; set; }
value = securityLookupWindow.ShowAllOption
securityLookupWindow.ShowAllOption = value
Mostrar la opción 'ALL'.
ShowDataSourcePanel
public bool ShowDataSourcePanel { get; set; }
value = securityLookupWindow.ShowDataSourcePanel
securityLookupWindow.ShowDataSourcePanel = value
Mostrar el panel fuente de datos.
Métodos
InitializeComponent
public void InitializeComponent()
securityLookupWindow.InitializeComponent()
InitializeComponent
Campos
OkCommand
public static readonly RoutedCommand OkCommand
value = SecurityLookupWindow.OkCommand
OK, comando.