Class WithdrawWindow
Окно для редактирования WithdrawInfo.
Implements
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class WithdrawWindow : ThemedWindow, IComponentConnector
Constructors
WithdrawWindow()
Создать WithdrawWindow.
Declaration
public WithdrawWindow()
Properties
Volume
Volume.
Declaration
public Nullable<Decimal> Volume { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Decimal> |
VolumeStep
Volume step.
Declaration
public Decimal VolumeStep { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
WithdrawInfo
Withdraw info.
Declaration
public WithdrawInfo WithdrawInfo { get; set; }
Property Value
Type | Description |
---|---|
WithdrawInfo |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()