Table of Contents

Property MinPrice

Namespace
WhalesSecret.TradeScriptLib.API.TradingV1.Trades
Assembly
WhalesSecret.TradeScriptLib.dll

MinPrice

Condition mandating that each trade's price must be greater than or equal to the provided value, or null if not specified.

[JsonPropertyName("minP")]
public decimal? MinPrice { get; init; }

Property Value

decimal?