bitburner-src/markdown/bitburner.tix.getsymbols.md

24 lines
511 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [TIX](./bitburner.tix.md) &gt; [getSymbols](./bitburner.tix.getsymbols.md)
## TIX.getSymbols() method
Returns an array of the symbols of the tradable stocks
<b>Signature:</b>
```typescript
getSymbols(): StockSymbol[];
```
<b>Returns:</b>
[StockSymbol](./bitburner.stocksymbol.md)<!-- -->\[\]
Array of the symbols of the tradable stocks.
## Remarks
2021-10-30 21:46:34 +02:00
RAM cost: 2 GB
2021-10-30 18:34:14 +02:00