BitfinexOrderCondition

StockSharp.Bitfinex

Bitfinex order condition.

Inherits: BaseWithdrawOrderCondition

Implements: IStopLossOrderCondition

Constructors

BitfinexOrderCondition
public BitfinexOrderCondition()
bitfinexOrderCondition = BitfinexOrderCondition()

Initializes a new instance of the BitfinexOrderCondition.

Properties

Close
public bool? Close { get; set; }
value = bitfinexOrderCondition.Close
bitfinexOrderCondition.Close = value

Close position.

IsTrailing
public bool IsTrailing { get; set; }
value = bitfinexOrderCondition.IsTrailing
bitfinexOrderCondition.IsTrailing = value

Trailing stop-loss.

OcoPrice
public decimal? OcoPrice { get; set; }
value = bitfinexOrderCondition.OcoPrice
bitfinexOrderCondition.OcoPrice = value

OCO stop price.

OneCancelOther
public bool? OneCancelOther { get; set; }
value = bitfinexOrderCondition.OneCancelOther
bitfinexOrderCondition.OneCancelOther = value

One Cancels Other.

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

Activation price, when reached an order will be placed.

TrailingPrice
public decimal? TrailingPrice { get; set; }
value = bitfinexOrderCondition.TrailingPrice
bitfinexOrderCondition.TrailingPrice = value

Trailing price.