Table of Contents

Property QuoteVolumePrecision

Namespace
WhalesSecret.TradeScriptLib.Exchanges
Assembly
WhalesSecret.TradeScriptLib.dll

QuoteVolumePrecision

Maximum number of decimal places for volume of the quote asset, or null if the exchange does not provide the information.

[JsonPropertyName("V")]
public int? QuoteVolumePrecision { get; }

Property Value

int?

Remarks

Note that the value can be negative, in which case the volume is expected to be divisible by 10^(-precision).