Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiUS/java-faker
/ nsdqSymbol
Method
nsdqSymbol
src/main/java/com/github/javafaker/Stock.java:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
public
String nsdqSymbol() {
12
return
faker.fakeValuesService().resolve(
"stock.symbol_nsdq"
, this, faker);
13
}
14
15
public
String nyseSymbol() {
16
return
faker.fakeValuesService().resolve(
"stock.symbol_nyse"
, this, faker);
Callers
1
testNasdaq
Method · 0.80
Calls
2
fakeValuesService
Method · 0.80
resolve
Method · 0.45
Tested by
1
testNasdaq
Method · 0.64