Class WithdrawWindow
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The window for editing WithdrawInfo.
public class WithdrawWindow : ThemedWindow, IComponentConnector
- Inheritance
-
WithdrawWindow
- Implements
- Extension Methods
Constructors
WithdrawWindow()
Initializes a new instance of the WithdrawWindow.
public WithdrawWindow()
Properties
Volume
Volume.
public decimal? Volume { get; set; }
Property Value
VolumeStep
Volume step.
public decimal VolumeStep { get; set; }
Property Value
WithdrawInfo
Withdraw info.
public WithdrawInfo WithdrawInfo { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()