Class BinanceOrderCondition
- Namespace
- StockSharp.Binance
- Assembly
- StockSharp.Binance.dll
StockSharp.Binance order condition.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Binance")]
public class BinanceOrderCondition : BaseWithdrawOrderCondition, IWithdrawOrderCondition, IStopLossOrderCondition, ITakeProfitOrderCondition
- Inheritance
-
BinanceOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
BinanceOrderCondition()
Initializes a new instance of the BinanceOrderCondition.
public BinanceOrderCondition()
Properties
ClosePositionPrice
Close position price.
[DataMember]
public decimal? ClosePositionPrice { get; set; }
Property Value
IsTrailing
Trailing stop-loss.
public bool IsTrailing { get; set; }
Property Value
StopPrice
Activation price, when reached an order will be placed.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopPrice", Description = "StopPriceDesc", GroupName = "StopLoss", Order = 1)]
public decimal? StopPrice { get; set; }
Property Value
Trigger
Trigger.
public BinanceTriggerTypes? Trigger { get; set; }
Property Value
Type
Type.
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopType", Description = "StopTypeDesc", GroupName = "Parameters", Order = 0)]
public BinanceOrderConditionTypes Type { get; set; }