OkexOrderCondition
StockSharp.Okex
OKex订单条件。
继承自: BaseWithdrawOrderCondition
构造函数
OkexOrderCondition
public OkexOrderCondition()
okexOrderCondition = OkexOrderCondition()
初始化了 & ##OkexOrderCondition+#的新实例.
属性
Leading
public bool? Leading { get; set; }
value = okexOrderCondition.Leading
okexOrderCondition.Leading = value
SPOT 领先模式 。
Leverage
public decimal? Leverage { get; set; }
value = okexOrderCondition.Leverage
okexOrderCondition.Leverage = value
利取相还.
MatchPrice
public bool? MatchPrice { get; set; }
value = okexOrderCondition.MatchPrice
okexOrderCondition.MatchPrice = value
订单是否最好放在对价上。 (ordType = optimal_limit_ioc)