bitburner-src/markdown/bitburner.tix.getmaxshares.md
omuretsu 06a985bdf8 Revert "Remove markdown from git tracking (#139)"
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
2022-10-21 11:16:00 -04:00

687 B

Home > bitburner > TIX > getMaxShares

TIX.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.