Function tick_size_to_precision
Source pub fn tick_size_to_precision(tick_size: f64) -> u8
Expand description
Convert tick size to precision value.
§Arguments
tick_size - The tick size to convert
§Returns
Returns the precision value (number of decimal places).