bitburner-src/markdown/bitburner.tix.getaskprice.md
Olivier Gagnon 2b79871c02 doc
2021-11-03 00:27:21 -04:00

31 lines
543 B
Markdown

<!-- 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; [getAskPrice](./bitburner.tix.getaskprice.md)
## TIX.getAskPrice() method
Returns the ask price of that stock.
<b>Signature:</b>
```typescript
getAskPrice(sym: string): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| sym | string | Stock symbol. |
<b>Returns:</b>
number
The ask price of a stock.
## Remarks
RAM cost: 2 GB