Table of Contents

Property BaseVolumePrecision

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

BaseVolumePrecision

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

[JsonPropertyName("v")]
public int? BaseVolumePrecision { 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).