Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ticker
Method · 0.95
check_precision_accuracy
Function · 0.80
Calls
no outgoing calls
Tested by
1
check_precision_accuracy
Function · 0.64