BuySellPanel

StockSharp.Xaml

Buy/sell operations panel.

Наследует: UserControl

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

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

BuySellPanel()

Initializes a new instance of the BuySellPanel.

Свойства

MarketDataProvider : IMarketDataProvider

The market data provider.

Portfolio : Portfolio

Portfolio.

Portfolios : PortfolioDataSource

Available portfolios.

Security : Security

Security.

SecurityProvider : ISecurityProvider

The provider of information about instruments.

Volume : decimal?

Volume.

Методы

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.

События

Closed : Action<BuySellPanel>

Closing BuySellPanel event.

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

The order registration event.

PortfolioChanged : Action<Portfolio, Portfolio>

Portfolio changed event.

SecurityChanged : Action<Security, Security>

Security changed event.