OandaOrderCondition
StockSharp.Oanda
注文条件。
継承元: OrderCondition
実装: IStopLossOrderCondition, ITakeProfitOrderCondition
コンストラクター
OandaOrderCondition
public OandaOrderCondition()
oandaOrderCondition = OandaOrderCondition()
OandaOrderCondition の新規インスタンスを初期化します。
プロパティ
IsMarket
public bool? IsMarket { get; set; }
value = oandaOrderCondition.IsMarket
oandaOrderCondition.IsMarket = value
タッチモードの場合、市場が接触した場合。
LowerBound
public decimal? LowerBound { get; set; }
value = oandaOrderCondition.LowerBound
oandaOrderCondition.LowerBound = value
最低の実行価格。
StopLossOffset
public decimal? StopLossOffset { get; set; }
value = oandaOrderCondition.StopLossOffset
oandaOrderCondition.StopLossOffset = value
ストップロスオフセット。
TakeProfitOffset
public decimal? TakeProfitOffset { get; set; }
value = oandaOrderCondition.TakeProfitOffset
oandaOrderCondition.TakeProfitOffset = value
テイク・アセット・オフセット
TrailingStopLossOffset
public decimal? TrailingStopLossOffset { get; set; }
value = oandaOrderCondition.TrailingStopLossOffset
oandaOrderCondition.TrailingStopLossOffset = value
停止損失のオフセット。
UpperBound
public decimal? UpperBound { get; set; }
value = oandaOrderCondition.UpperBound
oandaOrderCondition.UpperBound = value
実行価格の最大値。