OkexOrderCondition
StockSharp.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@)