Class BitStampOrderCondition
- Namespace
- StockSharp.BitStamp
- Assembly
- StockSharp.BitStamp.dll
StockSharp.BitStamp order condition.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "BitStamp")]
public class BitStampOrderCondition : BaseWithdrawOrderCondition, IWithdrawOrderCondition, IStopLossOrderCondition
- Inheritance
-
BitStampOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
BitStampOrderCondition()
Initializes a new instance of the BitStampOrderCondition.
public BitStampOrderCondition()
Properties
StopPrice
Activation price, when reached an order will be placed.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopPrice", Description = "StopPriceDesc", GroupName = "StopLoss", Order = 0)]
public decimal? StopPrice { get; set; }