BuySellPanel
StockSharp.Xaml
購入/販売操作パネル.
継承元: UserControl
実装: IPersistable, IComponentConnector
コンストラクター
プロパティ
MarketDataProvider
public IMarketDataProvider MarketDataProvider { get; set; }
value = buySellPanel.MarketDataProvider
buySellPanel.MarketDataProvider = value
市場データプロバイダ。
Portfolio
public Portfolio Portfolio { get; set; }
value = buySellPanel.Portfolio
buySellPanel.Portfolio = value
ポートフォリオ
Portfolios
public PortfolioDataSource Portfolios { get; set; }
value = buySellPanel.Portfolios
buySellPanel.Portfolios = value
利用可能なポートフォリオ。
Security
public Security Security { get; set; }
value = buySellPanel.Security
buySellPanel.Security = value
金融商品取引
SecurityProvider
public ISecurityProvider SecurityProvider { get; set; }
value = buySellPanel.SecurityProvider
buySellPanel.SecurityProvider = value
機器に関する情報提供者
Volume
public decimal? Volume { get; set; }
value = buySellPanel.Volume
buySellPanel.Volume = value
ボリューム。
メソッド
Load
public void Load(SettingsStorage storage)
buySellPanel.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
Save
public void Save(SettingsStorage storage)
buySellPanel.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。
イベント
Closed
public event Action<BuySellPanel> Closed
buySellPanel.Closed += handler
Closing BuySellPanel event.
OrderRegistering
public event Action<Security, Portfolio, Sides, decimal, decimal> OrderRegistering
buySellPanel.OrderRegistering += handler
注文登録イベント。
PortfolioChanged
public event Action<Portfolio, Portfolio> PortfolioChanged
buySellPanel.PortfolioChanged += handler
ポートフォリオ変更イベント
SecurityChanged
public event Action<Security, Security> SecurityChanged
buySellPanel.SecurityChanged += handler
金融商品が変更されたイベント