Class OkexOrderCondition
- Namespace
- StockSharp.Okex
- Assembly
- StockSharp.Okex.dll
StockSharp.Okex order condition.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Okex")]
public class OkexOrderCondition : BaseWithdrawOrderCondition, ICloneable<OrderCondition>, ICloneable, IWithdrawOrderCondition
- Inheritance
-
OkexOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
OkexOrderCondition()
Initializes a new instance of the OkexOrderCondition.
public OkexOrderCondition()
Properties
Leading
SPOT leading mode.
[DataMember]
public bool? Leading { get; set; }
Property Value
- bool?
Leverage
Leverage.
[DataMember]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Leverage", Description = "MarginLeverageDot", GroupName = "Parameters", Order = 1)]
public decimal? Leverage { get; set; }
Property Value
MatchPrice
Whether order is placed at best counter party price. (ordType=optimal_limit_ioc)
[DataMember]
public bool? MatchPrice { get; set; }
Property Value
- bool?