LigtherOrderCondition
StockSharp.Ligther
Condição de ordem.
Herda de: OrderCondition
Implementa: IStopLossOrderCondition, ITakeProfitOrderCondition
Propriedades
ActivationPrice
public decimal? ActivationPrice { get; set; }
value = ligtherOrderCondition.ActivationPrice
ligtherOrderCondition.ActivationPrice = value
Preço de activação do gatilho.
AuthToken
public string AuthToken { get; set; }
value = ligtherOrderCondition.AuthToken
ligtherOrderCondition.AuthToken = value
Autenticação opcional do token para pedidos privados.
ClosePositionPrice
public decimal? ClosePositionPrice { get; set; }
value = ligtherOrderCondition.ClosePositionPrice
ligtherOrderCondition.ClosePositionPrice = value
Ativar preço de fechamento.
IsMarket
public bool IsMarket { get; set; }
value = ligtherOrderCondition.IsMarket
ligtherOrderCondition.IsMarket = value
Use o mercado fechar após o gatilho.
IsTrailing
public bool IsTrailing { get; set; }
value = ligtherOrderCondition.IsTrailing
ligtherOrderCondition.IsTrailing = value
A seguir a paragem.
PositionSide
public string PositionSide { get; set; }
value = ligtherOrderCondition.PositionSide
ligtherOrderCondition.PositionSide = value
Lado da posição (LONG/SHORT/BOTH).
RawCancelTx
public string RawCancelTx { get; set; }
value = ligtherOrderCondition.RawCancelTx
ligtherOrderCondition.RawCancelTx = value
A carga útil da transação foi cancelada previamente assinada para /api/v1/sendTx.
RawTx
public string RawTx { get; set; }
value = ligtherOrderCondition.RawTx
ligtherOrderCondition.RawTx = value
Carga útil da transação pré-assinada para /api/v1/sendTx.
ReduceOnly
public bool ReduceOnly { get; set; }
value = ligtherOrderCondition.ReduceOnly
ligtherOrderCondition.ReduceOnly = value
Sinal de redução.
Type
public LigtherOrderConditionTypes Type { get; set; }
value = ligtherOrderCondition.Type
ligtherOrderCondition.Type = value
Tipo gatilho.