bitburner-src/markdown/bitburner.tix.getbidprice.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

31 lines
689 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 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; [getBidPrice](./bitburner.tix.getbidprice.md)
## TIX.getBidPrice() method
Given a stocks symbol (NOT the company name), returns the bid price of that stock. The symbol is a sequence of two to four capital letters.
<b>Signature:</b>
```typescript
getBidPrice(sym: StockSymbol): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| sym | [StockSymbol](./bitburner.stocksymbol.md) | Stock symbol. |
<b>Returns:</b>
number
The bid price of a stock.
## Remarks
RAM cost: 2 GB