Class KrakenOrderCondition
- Namespace
- StockSharp.Kraken
- Assembly
- StockSharp.Kraken.dll
StockSharp.Kraken order condition.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Kraken")]
public class KrakenOrderCondition : BaseWithdrawOrderCondition, IWithdrawOrderCondition, IStopLossOrderCondition, ITakeProfitOrderCondition
- Inheritance
-
KrakenOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
KrakenOrderCondition()
Initializes a new instance of the KrakenOrderCondition.
public KrakenOrderCondition()
Properties
IsTrailing
Trailing stop-loss.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Trailing", Description = "TrailingStopLossDot", GroupName = "Parameters", Order = 2)]
public bool IsTrailing { get; set; }
Property Value
Leverage
Leverage.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Leverage", Description = "MarginLeverageDot", GroupName = "Parameters", Order = 3)]
public string Leverage { get; set; }
Property Value
OrderFlags
Order flags.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "OrderFlags", Description = "OrderFlagsDot", GroupName = "Parameters", Order = 3)]
public string OrderFlags { get; set; }
Property Value
StartTime
Start time.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "ActivationTime", Description = "ActivationTimeDot", GroupName = "Parameters", Order = 5)]
public string StartTime { get; set; }
Property Value
StopPrice
Activation price, when reached an order will be placed.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopPrice", Description = "StopPriceDesc", GroupName = "Parameters", Order = 1)]
public decimal? StopPrice { get; set; }
Property Value
Type
Type.
[Display(ResourceType = typeof(LocalizedStrings), Name = "StopType", Description = "StopTypeDesc", GroupName = "Parameters", Order = 0)]
public KrakenOrderConditionTypes Type { get; set; }