BuySellGrid

StockSharp.Xaml

Table control, containing set of BuySellPanel.

Erbt von: UserControl

Implementiert: IPersistable, IComponentConnector

Konstruktoren

BuySellGrid()

Initializes a new instance of the BuySellGrid.

Eigenschaften

MarketDataProvider : IMarketDataProvider

The market data provider.

Portfolios : PortfolioDataSource

Available portfolios.

SecurityProvider : ISecurityProvider

The provider of information about instruments.

Methoden

AddPanel(Security) : BuySellPanel

Add panel.

security
Security.

Rückgabe: 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.

Ereignisse

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

The order registration event.

PanelAdded : Action<BuySellPanel>

Panel added event.

PanelRemoved : Action<BuySellPanel>

Panel removed event.