* Update api-documentor and api-extractor. #1566 follow-up.
I have verified that the HTML/markdown table generation bug in
[#4878](https://github.com/microsoft/rushstack/issues/4878) in rushstack
for api-documentor has been fixed as per rushstack#5256. The testcase
[repro](https://github.com/catloversg/api-documenter-bug-pr-4578) now
produces the correct expected output.
I have confirmed that the generated output in bitburner from
`npm run doc` now generated HTML tables, and correctly inserts
a blank line between the </table> and the follow line (e.g. Returns).
Stylisticly it could use some whitespace, but it is correctly rendered.
This commit is only the updated packages, not the updated generated
documentation. I assume that is automatically generated by the GitHub
workflow.
* Follow up to 5f732a6f35, include `npm run doc` changed docs.
* Add missing license info
* Fix React warning
---------
Co-authored-by: CatLover <152669316+catloversg@users.noreply.github.com>
4.2 KiB
TIX interface
Stock market API
Signature:
export interface TIX
Methods
|
Method |
Description |
|---|---|
|
Short stocks. | |
|
Buy stocks. | |
|
Cancel order for stocks. | |
|
Returns the ask price of that stock. | |
|
Returns the bid price of that stock. | |
|
Get Stock Market bonus time. | |
|
Get game constants for the stock market mechanic. | |
|
Returns the probability that the specified stock’s price will increase (as opposed to decrease) during the next tick. | |
|
Returns the maximum number of shares of a stock. | |
|
Returns your order book for the stock market. | |
|
Returns the organization associated with a stock symbol. | |
|
Returns the player’s position in a stock. | |
|
Returns the price of a stock. | |
|
Calculates cost of buying stocks. | |
|
Calculate profit of selling stocks. | |
|
Returns an array of the symbols of the tradable stocks | |
|
Returns the volatility of the specified stock. | |
|
Returns true if the player has access to the 4S Data | |
|
Returns true if the player has access to the 4SData TIX API | |
|
Returns true if the player has access to the TIX API | |
|
Returns true if the player has access to a WSE Account | |
|
Sleep until the next Stock Market price update has happened. | |
|
Place order for stocks. | |
|
Purchase 4S Market Data Access. | |
|
Purchase 4S Market Data TIX API Access. | |
|
Purchase TIX API Access | |
|
Purchase WSE Account. | |
|
Sell short stock. | |
|
Sell stocks. |