Table of Contents

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

decimal?

VolumeStep

Volume step.

public decimal VolumeStep { get; set; }

Property Value

decimal

WithdrawInfo

Withdraw info.

public WithdrawInfo WithdrawInfo { get; set; }

Property Value

WithdrawInfo

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()