mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
795 B
795 B
Home > bitburner > Stock > getMaxShares
Stock.getMaxShares() method
Returns the maximum number of shares of a stock.
Signature:
getMaxShares(sym: string): number;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
sym |
string |
Stock symbol. |
Returns:
number
Maximum number of shares that the stock has.
Remarks
RAM cost: 2 GB
This is the maximum amount of the stock that can be purchased in both the Long and Short positions combined.