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

Method get_cache_index

python/ccxt/base/exchange.py:3063–3065  ·  view source on GitHub ↗
(self, orderbook, deltas)

Source from the content-addressed store, hash-verified

3061 bookSide.storeArray(bidAsk)
3062
3063 def get_cache_index(self, orderbook, deltas):
3064 # return the first index of the cache that can be applied to the orderbook or -1 if not possible.
3065 return -1
3066
3067 def arrays_concat(self, arraysOfArrays: List[Any]):
3068 result = []

Callers 1

load_order_bookMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected