Table of Contents

Interface IWithdrawOrderCondition

Namespace
StockSharp.Messages
Assembly
StockSharp.Messages.dll

The interface describing withdraw funds condition.

public interface IWithdrawOrderCondition
Extension Methods

Properties

IsWithdraw

Withdraw.

bool IsWithdraw { get; set; }

Property Value

bool

WithdrawInfo

Withdraw info.

WithdrawInfo WithdrawInfo { get; set; }

Property Value

WithdrawInfo