Fixed Stock Market UI. Added documentation for stock market changes

This commit is contained in:
danielyxie
2019-04-28 23:20:27 -07:00
committed by danielyxie
parent 3a601a015d
commit dd9df0a18c
14 changed files with 353 additions and 213 deletions

View File

@@ -0,0 +1,15 @@
getStockSaleGain() Netscript Function
=====================================
.. js:function:: getStockSaleGain(sym, shares, posType)
:param string sym: Stock symbol
:param number shares: Number of shares to purchase
:param string posType: Specifies whether the order is a "Long" or "Short" position.
The values "L" or "S" can also be used.
:RAM cost: 2 GB
Calculates and returns how much you would gain from selling a given number of
shares of a stock. This takes into account :ref:`spread <gameplay_stock_market_spread>`,
:ref:`large transactions influencing the price of the stock <gameplay_stock_spread_price_movement>`
and commission fees.