BaseWithdrawOrderCondition

StockSharp.Messages

Die Basisimplementierung IWithdrawOrderCondition.

Erbt von: OrderCondition

Implementiert: IWithdrawOrderCondition

Konstruktoren

BaseWithdrawOrderCondition
protected BaseWithdrawOrderCondition()
baseWithdrawOrderCondition = BaseWithdrawOrderCondition()

Initialisiert eine neue Instanz von BaseWithdrawOrderCondition.

Eigenschaften

IsWithdraw
public bool IsWithdraw { get; set; }
value = baseWithdrawOrderCondition.IsWithdraw
baseWithdrawOrderCondition.IsWithdraw = value

Zurückziehen.

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

Infos zurückziehen.