Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ccxt/ccxt
/ get
Method
get
java/lib/src/main/java/io/github/ccxt/types/Tickers.java:23–27 ·
view source on GitHub ↗
(String key)
Source
from the content-addressed store, hash-verified
21
}
22
23
public
Ticker get(String key) {
24
Ticker t = tickers.get(key);
25
if
(t == null) throw
new
NoSuchElementException(
"Key not found: "
+ key);
26
return
t;
27
}
28
}
Callers
15
testTickersWithInfoKey
Method · 0.95
testTickers
Method · 0.95
testTickersNotFound
Method · 0.95
main
Method · 0.95
testLeakyBucketSingleRequest
Method · 0.45
testLeakyBucketMultipleRequests
Method · 0.45
testLeakyBucketCostRespected
Method · 0.45
testRollingWindowSingleRequest
Method · 0.45
testRollingWindowMultipleRequests
Method · 0.45
testDefaultCost
Method · 0.45
testConcurrentThrottle
Method · 0.45
testFirstRequestCompletesImmediately
Method · 0.45
Calls
no outgoing calls
Tested by
15
testTickersWithInfoKey
Method · 0.76
testTickers
Method · 0.76
testTickersNotFound
Method · 0.76
testLeakyBucketSingleRequest
Method · 0.36
testLeakyBucketMultipleRequests
Method · 0.36
testLeakyBucketCostRespected
Method · 0.36
testRollingWindowSingleRequest
Method · 0.36
testRollingWindowMultipleRequests
Method · 0.36
testDefaultCost
Method · 0.36
testConcurrentThrottle
Method · 0.36
testFirstRequestCompletesImmediately
Method · 0.36
testExactRateLimitTiming
Method · 0.36