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

View File

@@ -24,6 +24,14 @@ getStockPrice
getStockPrice("FISG");
getStockSymbols
-------------
.. js:function:: getStockSymbols()
Returns an array of the symbols of the tradable stocks.
getStockPosition
----------------