SecurityLookupWindow
StockSharp.Xaml
乐器搜索窗口.
继承自: ThemedWindow
构造函数
SecurityLookupWindow
public SecurityLookupWindow()
securityLookupWindow = SecurityLookupWindow()
初始化了 & ##SecurityLookupWindow+#的新实例.
属性
Configure
public Action Configure { get; set; }
value = securityLookupWindow.Configure
securityLookupWindow.Configure = value
配置数据源项目动作 。
Criteria
public Security Criteria { get; set; }
value = securityLookupWindow.Criteria
securityLookupWindow.Criteria = value
用于仪器搜索的过滤器 。
CriteriaMessage
public SecurityLookupMessage CriteriaMessage { get; set; }
value = securityLookupWindow.CriteriaMessage
securityLookupWindow.CriteriaMessage = value
用于仪器搜索的过滤器 。
DataSourceItemsSource
public IList<Tuple<string, object>> DataSourceItemsSource { get; }
value = securityLookupWindow.DataSourceItemsSource
数据来源项目.
ExchangeInfoProvider
public IExchangeInfoProvider ExchangeInfoProvider { get; set; }
value = securityLookupWindow.ExchangeInfoProvider
securityLookupWindow.ExchangeInfoProvider = value
交换信息提供者.
SelectedDataSource
public Tuple<string, object> SelectedDataSource { get; set; }
value = securityLookupWindow.SelectedDataSource
securityLookupWindow.SelectedDataSource = value
所选数据源项目.
ShowAllOption
public bool ShowAllOption { get; set; }
value = securityLookupWindow.ShowAllOption
securityLookupWindow.ShowAllOption = value
显示“ ALL” 选项 。
ShowDataSourcePanel
public bool ShowDataSourcePanel { get; set; }
value = securityLookupWindow.ShowDataSourcePanel
securityLookupWindow.ShowDataSourcePanel = value
显示数据源面板 。
方法
InitializeComponent
public void InitializeComponent()
securityLookupWindow.InitializeComponent()
InitializeComponent
字段
OkCommand
public static readonly RoutedCommand OkCommand
value = SecurityLookupWindow.OkCommand
OK命令。