mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
689 B
689 B
Home > bitburner > TIX > getBidPrice
TIX.getBidPrice() method
Given a stock’s 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
RAM cost: 2 GB