(self, orderbook, deltas)
| 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 = [] |