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