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

Method getLimit

python/ccxt/async_support/base/ws/cache.py:54–55  ·  view source on GitHub ↗
(self, symbol, limit)

Source from the content-addressed store, hash-verified

52
53 # to be overriden
54 def getLimit(self, symbol, limit):
55 pass
56
57 # support transpiled snake_case calls
58 def get_limit(self, symbol, limit):

Callers 15

get_limitMethod · 0.95
watch_ohlcvMethod · 0.45
watch_ordersMethod · 0.45
watch_tradesMethod · 0.45
watch_my_tradesMethod · 0.45
watch_ordersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected