mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
31 lines
681 B
Markdown
31 lines
681 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [TIX](./bitburner.tix.md) > [getMaxShares](./bitburner.tix.getmaxshares.md)
|
|
|
|
## TIX.getMaxShares() method
|
|
|
|
Returns the maximum number of shares of a stock.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
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.
|
|
|