Property MaxThresholdPrice
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Orders
- Assembly
- WhalesSecret.TradeScriptLib.dll
MaxThresholdPrice
Condition mandating that each order's threshold price must be less than or equal to the provided value, or null if not specified.
[JsonPropertyName("maxT")]
public decimal? MaxThresholdPrice { get; init; }