MCPcopy Index your code
hub / github.com/ccxt/ccxt / milliseconds

Method milliseconds

java/lib/src/main/java/io/github/ccxt/base/Time.java:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 public static long milliseconds() {
29 return System.currentTimeMillis();
30 }
31
32 public static long microseconds() {
33 // epoch micros = seconds * 1_000_000 + nanos/1000

Callers 15

millisecondsMethod · 0.95
signMethod · 0.45
fetchOrderBookMethod · 0.45
withdrawMethod · 0.45
transferMethod · 0.45
nonceMethod · 0.45
fetchOHLCVMethod · 0.45

Calls

no outgoing calls

Tested by 15

testFetchWithdrawalsMethod · 0.36
testFetchLedgerMethod · 0.36
testFetchOHLCVMethod · 0.36
testFetchLedgerEntryMethod · 0.36
testFetchClosedOrdersMethod · 0.36
testFetchPositionsMethod · 0.36
testFetchStatusMethod · 0.36
testFetchTradesMethod · 0.36
fetchOrderMethod · 0.36
testTransferMethod · 0.36
testFetchOrdersMethod · 0.36