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

689 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

RAM cost: 2 GB