Property MaxSize
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1.Trades
- Assembly
- WhalesSecret.TradeScriptLib.dll
MaxSize
Condition mandating that each trade's size must be less than or equal to the provided value, or null if not specified.
[JsonPropertyName("maxS")]
public decimal? MaxSize { get; init; }
Property Value
Remarks
The size is specified in terms of the base symbol of trades.