EdgeXOrderCondition

StockSharp.EdgeX

EdgeX order condition.

Inherits: OrderCondition

Implements: IStopLossOrderCondition, ITakeProfitOrderCondition

Properties

ActivationPrice
public decimal? ActivationPrice { get; set; }
value = edgeXOrderCondition.ActivationPrice
edgeXOrderCondition.ActivationPrice = value

Trigger activation price.

ClosePositionPrice
public decimal? ClosePositionPrice { get; set; }
value = edgeXOrderCondition.ClosePositionPrice
edgeXOrderCondition.ClosePositionPrice = value

Trigger close price.

IsMarket
public bool IsMarket { get; set; }
value = edgeXOrderCondition.IsMarket
edgeXOrderCondition.IsMarket = value

Use market close after trigger.

IsTrailing
public bool IsTrailing { get; set; }
value = edgeXOrderCondition.IsTrailing
edgeXOrderCondition.IsTrailing = value

Trailing stop-loss.

L2ExpireTime
public string L2ExpireTime { get; set; }
value = edgeXOrderCondition.L2ExpireTime
edgeXOrderCondition.L2ExpireTime = value

edgeX L2 expire time.

L2LimitFee
public string L2LimitFee { get; set; }
value = edgeXOrderCondition.L2LimitFee
edgeXOrderCondition.L2LimitFee = value

edgeX L2 fee limit.

L2Nonce
public string L2Nonce { get; set; }
value = edgeXOrderCondition.L2Nonce
edgeXOrderCondition.L2Nonce = value

edgeX L2 nonce.

L2Signature
public string L2Signature { get; set; }
value = edgeXOrderCondition.L2Signature
edgeXOrderCondition.L2Signature = value

edgeX L2 signature.

L2Size
public string L2Size { get; set; }
value = edgeXOrderCondition.L2Size
edgeXOrderCondition.L2Size = value

edgeX L2 order size.

L2Value
public string L2Value { get; set; }
value = edgeXOrderCondition.L2Value
edgeXOrderCondition.L2Value = value

edgeX L2 order value.

PositionSide
public string PositionSide { get; set; }
value = edgeXOrderCondition.PositionSide
edgeXOrderCondition.PositionSide = value

Position side (LONG/SHORT/BOTH).

ReduceOnly
public bool ReduceOnly { get; set; }
value = edgeXOrderCondition.ReduceOnly
edgeXOrderCondition.ReduceOnly = value

Reduce-only flag.

Type
public EdgeXOrderConditionTypes Type { get; set; }
value = edgeXOrderCondition.Type
edgeXOrderCondition.Type = value

Trigger type.