MCPcopy Create free account
hub / github.com/ccxt/ccxt / is_tick_precision

Method is_tick_precision

python/ccxt/base/exchange.py:6826–6827  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6824 return value
6825
6826 def is_tick_precision(self):
6827 return self.precisionMode == TICK_SIZE
6828
6829 def is_decimal_precision(self):
6830 return self.precisionMode == DECIMAL_PLACES

Callers 2

safe_tickerMethod · 0.95
check_precision_accuracyFunction · 0.80

Calls

no outgoing calls

Tested by 1

check_precision_accuracyFunction · 0.64