mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
47 lines
646 B
Markdown
47 lines
646 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [StockSymbol](./bitburner.stocksymbol.md)
|
|
|
|
## StockSymbol type
|
|
|
|
All possible stock market symbols.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
type StockSymbol =
|
|
| "ECP"
|
|
| "MGCP"
|
|
| "BLD"
|
|
| "CLRK"
|
|
| "OMTK"
|
|
| "FSIG"
|
|
| "KGI"
|
|
| "FLCM"
|
|
| "STM"
|
|
| "DCOMM"
|
|
| "HLS"
|
|
| "VITA"
|
|
| "ICRS"
|
|
| "UNV"
|
|
| "AERO"
|
|
| "OMN"
|
|
| "SLRS"
|
|
| "GPH"
|
|
| "NVMD"
|
|
| "WDS"
|
|
| "LXO"
|
|
| "RHOC"
|
|
| "APHE"
|
|
| "SYSC"
|
|
| "CTK"
|
|
| "NTLK"
|
|
| "OMGA"
|
|
| "FNS"
|
|
| "SGC"
|
|
| "JGN"
|
|
| "CTYS"
|
|
| "MDYN"
|
|
| "TITN";
|
|
```
|