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