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

Method milliseconds

python/ccxt/base/exchange.py:1279–1280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1277
1278 @staticmethod
1279 def milliseconds():
1280 return time.time_ns() // 1_000_000
1281
1282 @staticmethod
1283 def microseconds():

Callers 15

load_trading_limitsMethod · 0.95
load_time_differenceMethod · 0.95
test_keysortFunction · 0.95
test_millisecondsFunction · 0.95
test_yymmddFunction · 0.95
test_yyyymmddFunction · 0.95
test_sleepFunction · 0.95
test_aggregateFunction · 0.95
test_ioFunction · 0.95
throttleMethod · 0.95

Calls

no outgoing calls

Tested by 15

test_keysortFunction · 0.76
test_millisecondsFunction · 0.76
test_yymmddFunction · 0.76
test_yyyymmddFunction · 0.76
test_sleepFunction · 0.76
test_aggregateFunction · 0.76
test_ioFunction · 0.76
test_fetch_closed_ordersFunction · 0.36
test_fetch_withdrawalsFunction · 0.36
test_fetch_ledger_entryFunction · 0.36
test_fetch_depositsFunction · 0.36