EdgeXOrderCondition

StockSharp.EdgeX

EdgeX order condition.

Herda de: OrderCondition

Implementa: IStopLossOrderCondition, ITakeProfitOrderCondition

Propriedades

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

Preço de activação do gatilho.

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

Ativar preço de fechamento.

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

Use o mercado fechar após o gatilho.

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

A seguir a paragem.

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

edgeX L2 expira o tempo.

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

edgeX L2 limite de taxa.

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 assinatura.

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

edgeX L2 tamanho da ordem.

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

edgeX L2 valor da ordem.

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

Lado da posição (LONG/SHORT/BOTH).

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

Sinal de redução.

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

Tipo gatilho.