Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ milliseconds
Method
milliseconds
java/lib/src/main/java/io/github/ccxt/Exchange.java:1133–1135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1131
// Time
1132
// =======================
1133
public
Long milliseconds() {
1134
return
Time.milliseconds();
1135
}
1136
1137
public
Long seconds() {
1138
return
Time.seconds();
Callers
15
testMilliseconds
Function · 0.95
testYymmdd
Function · 0.95
testYyyymmdd
Function · 0.95
testIo
Function · 0.95
testSleep
Function · 0.95
testKeysort
Function · 0.95
testSetMarketsFromExchange
Function · 0.95
testAggregate
Function · 0.95
encodeDydxTxForSigning
Method · 0.95
setLastRestRequestTimestamp
Method · 0.95
loadTradingLimits
Method · 0.95
loadTimeDifference
Method · 0.95
Calls
1
milliseconds
Method · 0.95
Tested by
2
testKeysort
Method · 0.76
testSleep
Method · 0.76