LigtherOrderCondition
StockSharp.Ligther
Bedingung der Bestellung nach Ligther.
Erbt von: OrderCondition
Implementiert: IStopLossOrderCondition, ITakeProfitOrderCondition
Eigenschaften
ActivationPrice
public decimal? ActivationPrice { get; set; }
value = ligtherOrderCondition.ActivationPrice
ligtherOrderCondition.ActivationPrice = value
Triggeraktivierungspreis.
AuthToken
public string AuthToken { get; set; }
value = ligtherOrderCondition.AuthToken
ligtherOrderCondition.AuthToken = value
Optionales Auth-Token-Override für private Anfragen.
ClosePositionPrice
public decimal? ClosePositionPrice { get; set; }
value = ligtherOrderCondition.ClosePositionPrice
ligtherOrderCondition.ClosePositionPrice = value
Trigger Close Price.
IsMarket
public bool IsMarket { get; set; }
value = ligtherOrderCondition.IsMarket
ligtherOrderCondition.IsMarket = value
Verwenden Sie Markt schließen nach dem Trigger.
IsTrailing
public bool IsTrailing { get; set; }
value = ligtherOrderCondition.IsTrailing
ligtherOrderCondition.IsTrailing = value
Trailing Stop-Loss.
PositionSide
public string PositionSide { get; set; }
value = ligtherOrderCondition.PositionSide
ligtherOrderCondition.PositionSide = value
Positionsseite (LANG/KURZ/BEIDE).
RawCancelTx
public string RawCancelTx { get; set; }
value = ligtherOrderCondition.RawCancelTx
ligtherOrderCondition.RawCancelTx = value
Vorsignierte stornieren Transaktion Payload für /api/v1/sendTx.
RawTx
public string RawTx { get; set; }
value = ligtherOrderCondition.RawTx
ligtherOrderCondition.RawTx = value
Vorsignierte Transaktionsnutzlast für /api/v1/sendTx.
ReduceOnly
public bool ReduceOnly { get; set; }
value = ligtherOrderCondition.ReduceOnly
ligtherOrderCondition.ReduceOnly = value
Nur Reduzieren-Flag.
Type
public LigtherOrderConditionTypes Type { get; set; }
value = ligtherOrderCondition.Type
ligtherOrderCondition.Type = value
Auslösertyp.