feat dev
This commit is contained in:
@@ -115,6 +115,6 @@ class OrderBook:
|
||||
)
|
||||
with self.mutex:
|
||||
key = f"{side}-{request.code}"
|
||||
self.data[key] = pending
|
||||
self.data.append(pending)
|
||||
self.lock[key] = pending.created_at.timestamp()
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user