BuySellGrid

StockSharp.Xaml

Table control, containing set of BuySellPanel.

Inherits: UserControl

Implements: IPersistable, IComponentConnector

Constructors

BuySellGrid()

Initializes a new instance of the BuySellGrid.

Properties

MarketDataProvider : IMarketDataProvider

The market data provider.

Portfolios : PortfolioDataSource

Available portfolios.

SecurityProvider : ISecurityProvider

The provider of information about instruments.

Methods

AddPanel(Security) : BuySellPanel

Add panel.

security
Security.

Returns: 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.

Events

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

The order registration event.

PanelAdded : Action<BuySellPanel>

Panel added event.

PanelRemoved : Action<BuySellPanel>

Panel removed event.