mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
1.5 KiB
1.5 KiB
Home > bitburner > StockMarketConstants
StockMarketConstants interface
Constants used for the stock market game mechanic.
Signature:
interface StockMarketConstants
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| MarketData4SCost | number | Cost of the 4S Market Data | |
| MarketDataTixApi4SCost | number | Cost of the 4S Market Data TIX API integration | |
| msPerStockUpdate | number | Normal time in ms between stock market updates | |
| msPerStockUpdateMin | number | Minimum time in ms between stock market updates if there is stored offline/bonus time | |
| StockMarketCommission | number | Commission fee for transactions | |
| TicksPerCycle | number | An internal constant used while determining when to flip a stock's forecast | |
| TIXAPICost | number | Cost of the TIX API | |
| WSEAccountCost | number | Cost of the WSE account |