HitBtcOrderCondition

StockSharp.HitBtc

HitBtc order condition.

Inherits: BaseWithdrawOrderCondition

Implements: IStopLossOrderCondition

Constructors

HitBtcOrderCondition
public HitBtcOrderCondition()
hitBtcOrderCondition = HitBtcOrderCondition()

Initializes a new instance of the HitBtcOrderCondition.

Properties

StopPrice
public decimal? StopPrice { get; set; }
value = hitBtcOrderCondition.StopPrice
hitBtcOrderCondition.StopPrice = value

Activation price, when reached an order will be placed.