WithdrawWindow

StockSharp.Xaml

The window for editing WithdrawInfo.

Inherits: ThemedWindow

Implements: IComponentConnector

Constructors

WithdrawWindow
public WithdrawWindow()
withdrawWindow = WithdrawWindow()

Initializes a new instance of the WithdrawWindow.

Properties

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

Volume.

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

Volume step.

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

Withdraw info.

Methods

InitializeComponent
public void InitializeComponent()
withdrawWindow.InitializeComponent()

InitializeComponent