LigtherOrderCondition

StockSharp.Ligther

Condicion de orden de la menta.

Hereda de: OrderCondition

Implementa: IStopLossOrderCondition, ITakeProfitOrderCondition

Propiedades

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

Precio de activación de la desencadenante.

AuthToken
public string AuthToken { get; set; }
value = ligtherOrderCondition.AuthToken
ligtherOrderCondition.AuthToken = value

Opcional auth token override para solicitudes privadas.

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

Un precio muy alto.

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

Usar el mercado después del gatillo.

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

Perder la parada.

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

Codo de posición (LONG/SHORT/BOTH).

RawCancelTx
public string RawCancelTx { get; set; }
value = ligtherOrderCondition.RawCancelTx
ligtherOrderCondition.RawCancelTx = value

Carga de pago de transacción cancelada previamente para /api/v1/sendTx@.

RawTx
public string RawTx { get; set; }
value = ligtherOrderCondition.RawTx
ligtherOrderCondition.RawTx = value

Carga de pago de transacción prescribida para /api/v1/sendTx@.

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

Bandera de sólo reducción.

Type
public LigtherOrderConditionTypes Type { get; set; }
value = ligtherOrderCondition.Type
ligtherOrderCondition.Type = value

Tipo de truco.