mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
v0.58.0
This commit is contained in:
@@ -13,25 +13,27 @@ TIX API can be purchased by visiting the World Stock Exchange in-game.
|
||||
Access to the TIX API currently costs $5 billion. After you purchase it, you will retain this
|
||||
access even after you 'reset' by installing Augmentations
|
||||
|
||||
**TIX API functions must be accessed through the stock namespace**
|
||||
|
||||
.. toctree::
|
||||
:caption: API Functions:
|
||||
|
||||
getStockSymbols() <tixapi/getStockSymbols>
|
||||
getStockPrice() <tixapi/getStockPrice>
|
||||
getStockAskPrice() <tixapi/getStockAskPrice>
|
||||
getStockBidPrice() <tixapi/getStockBidPrice>
|
||||
getStockPosition() <tixapi/getStockPosition>
|
||||
getStockMaxShares() <tixapi/getStockMaxShares>
|
||||
getStockPurchaseCost() <tixapi/getStockPurchaseCost>
|
||||
getStockSaleGain() <tixapi/getStockSaleGain>
|
||||
buyStock() <tixapi/buyStock>
|
||||
sellStock() <tixapi/sellStock>
|
||||
shortStock() <tixapi/shortStock>
|
||||
getSymbols() <tixapi/getSymbols>
|
||||
getPrice() <tixapi/getPrice>
|
||||
getAskPrice() <tixapi/getAskPrice>
|
||||
getBidPrice() <tixapi/getBidPrice>
|
||||
getPosition() <tixapi/getPosition>
|
||||
getMaxShares() <tixapi/getMaxShares>
|
||||
getPurchaseCost() <tixapi/getPurchaseCost>
|
||||
getSaleGain() <tixapi/getSaleGain>
|
||||
buy() <tixapi/buy>
|
||||
sell() <tixapi/sell>
|
||||
short() <tixapi/short>
|
||||
sellShort() <tixapi/sellShort>
|
||||
placeOrder() <tixapi/placeOrder>
|
||||
cancelOrder() <tixapi/cancelOrder>
|
||||
getOrders() <tixapi/getOrders>
|
||||
getStockVolatility() <tixapi/getStockVolatility>
|
||||
getStockForecast() <tixapi/getStockForecast>
|
||||
getVolatility() <tixapi/getVolatility>
|
||||
getForecast() <tixapi/getForecast>
|
||||
purchase4SMarketData() <tixapi/purchase4SMarketData>
|
||||
purchase4SMarketDataTixApi() <tixapi/purchase4SMarketDataTixApi>
|
||||
|
||||
Reference in New Issue
Block a user