Re-added the getStockPurchaseCost() and getStockSaleGain() functions so we don't break user scripts

This commit is contained in:
danielyxie
2019-06-02 20:28:02 -07:00
parent e5e3fec1a9
commit 0b4968d148
6 changed files with 81 additions and 2 deletions

View File

@@ -22,6 +22,8 @@ access even after you 'reset' by installing Augmentations
getStockBidPrice() <tixapi/getStockBidPrice>
getStockPosition() <tixapi/getStockPosition>
getStockMaxShares() <tixapi/getStockMaxShares>
getStockPurchaseCost() <tixapi/getStockPurchaseCost>
getStockSaleGain() <tixapi/getStockSaleGain>
buyStock() <tixapi/buyStock>
sellStock() <tixapi/sellStock>
shortStock() <tixapi/shortStock>