bitburner-src/markdown/bitburner.tix.getaskprice.md
Olivier Gagnon 43fc5dfd48 work on doc
2021-10-30 12:34:14 -04:00

679 B
Raw Blame History

Home > bitburner > TIX > getAskPrice

TIX.getAskPrice() method

Given a stocks symbol (NOT the company name), returns the ask price of that stock. The symbol is a sequence of two to four capital letters.

Signature:

getAskPrice(sym: StockSymbol): number;

Parameters

Parameter Type Description
sym StockSymbol Stock symbol.

Returns:

number

The ask price of a stock.

Remarks

2 GB