Added the getStockSymbols method to the TIX API, wich returns an array of the tradable symbols

This commit is contained in:
Santiago Kent
2018-09-29 17:19:24 -03:00
committed by danielyxie
parent 8f4ac830ad
commit dea7bd79c8
3 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ let NetscriptFunctions =
"installAugmentations|" +
// TIX API
"getStockPrice|getStockPosition|buyStock|sellStock|shortStock|sellShort|" +
"getStockPrice|getStockPosition|getStockSymbols|buyStock|sellStock|shortStock|sellShort|" +
"placeOrder|cancelOrder|" +
// Hacknet Node API