lookup
Description:
public bool lookup (
string stock_id,
out StockItem item)
Fills item with the registered values for stock_id, returning true if
stock_id was known.
Parameters:
| stock_id |
a stock item name
|
| item |
stock item to initialize with values
|
Returns:
|
true if item was initialized
|