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

679 B
Raw Blame History

Home > bitburner > TIX > getBidPrice

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.

Signature:

getBidPrice(sym: StockSymbol): number;

Parameters

Parameter Type Description
sym StockSymbol Stock symbol.

Returns:

number

The bid price of a stock.

Remarks

2 GB