Class OkexOrderCondition
- Namespace
- StockSharp.Okex
- Assembly
- StockSharp.Okex.dll
StockSharp.Okex order condition.
[DataContract]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Okex")]
public class OkexOrderCondition : BaseWithdrawOrderCondition, IWithdrawOrderCondition
- Inheritance
-
OkexOrderCondition
- Implements
- Inherited Members
- Extension Methods
Constructors
OkexOrderCondition()
Initializes a new instance of the OkexOrderCondition.
public OkexOrderCondition()
Properties
ClosePosition
Indicates whether the resulting position after a trade should be a closing position.
[DataMember]
public bool? ClosePosition { 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?