OkexOrderCondition
StockSharp.Okex
Okex order condition.
Inherits: BaseWithdrawOrderCondition
Constructors
OkexOrderCondition
public OkexOrderCondition()
okexOrderCondition = OkexOrderCondition()
Initializes a new instance of the OkexOrderCondition.
Properties
Leading
public bool? Leading { get; set; }
value = okexOrderCondition.Leading
okexOrderCondition.Leading = value
SPOT leading mode.
Leverage
public decimal? Leverage { get; set; }
value = okexOrderCondition.Leverage
okexOrderCondition.Leverage = value
Leverage.
MatchPrice
public bool? MatchPrice { get; set; }
value = okexOrderCondition.MatchPrice
okexOrderCondition.MatchPrice = value
Whether order is placed at best counter party price. (ordType=optimal_limit_ioc)