Class KucoinOrderCondition
- Namespace
- StockSharp.Kucoin
- Assembly
- StockSharp.Kucoin.dll
StockSharp.Kucoin order condition.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Kucoin")]
public class KucoinOrderCondition : BaseWithdrawOrderCondition, IWithdrawOrderCondition, IStopLossOrderCondition
- Inheritance
-
KucoinOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
KucoinOrderCondition()
Initializes a new instance of the KucoinOrderCondition.
public KucoinOrderCondition()
Properties
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; }