BuySellGrid

StockSharp.Xaml

Table control, containing set of BuySellPanel.

Наследует: UserControl

Реализует: IPersistable, IComponentConnector

Конструкторы

BuySellGrid()

Initializes a new instance of the BuySellGrid.

Свойства

MarketDataProvider : IMarketDataProvider

The market data provider.

Portfolios : PortfolioDataSource

Available portfolios.

SecurityProvider : ISecurityProvider

The provider of information about instruments.

Методы

AddPanel(Security) : BuySellPanel

Add panel.

security
Security.

Возвращает: Buy/sell operations panel.

ClearPanels()

Remove all BuySellPanel.

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
RemovePanel(BuySellPanel)

Remove panel.

panel
Buy/sell operations panel.
Save(SettingsStorage)

Save settings.

storage
Settings storage.

События

OrderRegistering : Action<Security, Portfolio, Sides, decimal, decimal>

The order registration event.

PanelAdded : Action<BuySellPanel>

Panel added event.

PanelRemoved : Action<BuySellPanel>

Panel removed event.