mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 15:24:21 +01:00
Add example to submit, cancel, edit order and adjust issue in labeler.py
This commit is contained in:
4
bfxapi/utils/cid.py
Normal file
4
bfxapi/utils/cid.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import time
|
||||
|
||||
def generate_unique_cid(multiplier: int = 1000) -> int:
|
||||
return int(round(time.time() * multiplier))
|
||||
Reference in New Issue
Block a user