Property PricePrecision
- Namespace
- WhalesSecret.TradeScriptLib.Exchanges
- Assembly
- WhalesSecret.TradeScriptLib.dll
PricePrecision
Maximum number of decimal places for price of the base asset in the quote asset, or null
if the exchange does not provide the information.
[JsonPropertyName("p")]
public int? PricePrecision { get; }
Property Value
- int?
Remarks
Note that the value can be negative, in which case the price is expected to be divisible by 10^(-precision)
.