stockLookup
fn
bool stockLookup(string stockId, out gtk.stock_item.StockItem item)Fills item with the registered values for stock_id, returning true if stock_id was known.
Parameters
stockId | a stock item name |
item | stock item to initialize with values |
Returns
true if item was initialized