QuickOrderPanel

StockSharp.Xaml

迅速な注文取引のためのパネル。

継承元: UserControl

実装: IPersistable, IComponentConnector

コンストラクター

QuickOrderPanel
public QuickOrderPanel()
quickOrderPanel = QuickOrderPanel()

QuickOrderPanel の新規インスタンスを初期化します。

プロパティ

BuyBackground
public Brush BuyBackground { get; set; }
value = quickOrderPanel.BuyBackground
quickOrderPanel.BuyBackground = value

ボタンの背景を購入します。

BuyCaps
public string BuyCaps { get; }
value = quickOrderPanel.BuyCaps

購入

Security
public Security Security { get; set; }
value = quickOrderPanel.Security
quickOrderPanel.Security = value

金融商品取引

SellBackground
public Brush SellBackground { get; set; }
value = quickOrderPanel.SellBackground
quickOrderPanel.SellBackground = value

ボタンの背景を販売します。

SellCaps
public string SellCaps { get; }
value = quickOrderPanel.SellCaps

セル

メソッド

InitializeComponent
public void InitializeComponent()
quickOrderPanel.InitializeComponent()

担当: 佐藤 宏

Load
public void Load(SettingsStorage storage)
quickOrderPanel.Load(storage)

設定をロードします。

storage
設定ストレージ。
Save
public void Save(SettingsStorage storage)
quickOrderPanel.Save(storage)

設定を保存します。

storage
設定ストレージ。

イベント

RegisterOrder
public event Action<Order> RegisterOrder
quickOrderPanel.RegisterOrder += handler

注文登録の場合には。

SettingsChanged
public event Action SettingsChanged
quickOrderPanel.SettingsChanged += handler

パネル設定変更イベント

フィールド

BuyBackgroundProperty
public static readonly DependencyProperty BuyBackgroundProperty
value = QuickOrderPanel.BuyBackgroundProperty

ボタンの背景を購入します。

BuyText1Property
public static readonly DependencyProperty BuyText1Property
value = QuickOrderPanel.BuyText1Property

購入ボタンの価格の灰色部分。

BuyText2ColorProperty
public static readonly DependencyProperty BuyText2ColorProperty
value = QuickOrderPanel.BuyText2ColorProperty

色の色の購入テキスト(緑/赤)の色。

BuyText2Property
public static readonly DependencyProperty BuyText2Property
value = QuickOrderPanel.BuyText2Property

購入ボタンの価格は色分けされた部分。

SecurityProperty
public static readonly DependencyProperty SecurityProperty
value = QuickOrderPanel.SecurityProperty

金融商品取引

SellBackgroundProperty
public static readonly DependencyProperty SellBackgroundProperty
value = QuickOrderPanel.SellBackgroundProperty

ボタンの背景を販売します。

SellText1Property
public static readonly DependencyProperty SellText1Property
value = QuickOrderPanel.SellText1Property

販売ボタンの価格の灰色部分。

SellText2ColorProperty
public static readonly DependencyProperty SellText2ColorProperty
value = QuickOrderPanel.SellText2ColorProperty

着色された販売テキスト(緑/赤)の色。

SellText2Property
public static readonly DependencyProperty SellText2Property
value = QuickOrderPanel.SellText2Property

販売ボタンの価格の部分を着色しました。

SpreadTextProperty
public static readonly DependencyProperty SpreadTextProperty
value = QuickOrderPanel.SpreadTextProperty

テキストをスプレッドします。

VolumeProperty
public static readonly DependencyProperty VolumeProperty
value = QuickOrderPanel.VolumeProperty

ボリューム値を選択します。