mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-14 03:33:52 +01:00
14 lines
436 B
ReStructuredText
14 lines
436 B
ReStructuredText
getAskPrice() Netscript Function
|
|
=====================================
|
|
|
|
.. js:function:: getAskPrice(sym)
|
|
|
|
:RAM cost: 2 GB
|
|
:param string sym: Stock symbol
|
|
|
|
|
|
Given a stock's symbol, returns the ask price of that stock (the symbol is a sequence
|
|
of two to four capital letters, **not** the name of the company to which that stock belongs).
|
|
|
|
See :ref:`gameplay_stock_market_spread` for details on what the ask price is.
|