On Jul 22, 3:09 am, "Edgar L." <[email protected]> wrote:
> Suppose you have
> ...
> quote.getQuotes("GOOG");
getQuotes takes an array of Strings.  Use quote.getQuotes(["GOOG"]) or
quote.getQuote("GOOG") for a single stock symbol.

> quote.addListener(function(data)
> {
> data[google.finance.LAST]});
>
> What is the data type of the _data_ argument
The - data - variable is an object.

> ie what exactly gets
> passed from getQuotes("GOOG") into the _data_ variable?
All the information listed in the table here:
http://code.google.com/apis/finance/docs/finance-gadgets.html#Raw_Data

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to