WithdrawWindow

StockSharp.Xaml

編集画面WithdrawInfo@

継承元: ThemedWindow

実装: IComponentConnector

コンストラクター

WithdrawWindow
public WithdrawWindow()
withdrawWindow = WithdrawWindow()

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

プロパティ

Volume
public decimal? Volume { get; set; }
value = withdrawWindow.Volume
withdrawWindow.Volume = value

ボリューム。

VolumeStep
public decimal VolumeStep { get; set; }
value = withdrawWindow.VolumeStep
withdrawWindow.VolumeStep = value

ボリュームステップ。

WithdrawInfo
public WithdrawInfo WithdrawInfo { get; set; }
value = withdrawWindow.WithdrawInfo
withdrawWindow.WithdrawInfo = value

情報を引き出す。

メソッド

InitializeComponent
public void InitializeComponent()
withdrawWindow.InitializeComponent()

担当: 佐藤 宏