|
GData JavaScript Client 1.5 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.finance.Symbol
Stock symbol for the company.
Defined in gdata.js
Field Summary | |
{String|undefined} |
exchange
Exchange symbol for the company or mutual fund. |
{String|undefined} |
fullName
Full name for the company or mutual fund. |
{String|undefined} |
symbol
Stock symbol for the company or mutual fund. |
Constructor Summary | |
google.gdata.finance.Symbol(<Object> opt_params)
Constructs a stock symbol using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
String|undefined
|
getExchange()
Returns the exchange symbol for the company or mutual fund. |
String|undefined
|
getFullName()
Returns the full name for the company or mutual fund. |
String|undefined
|
getSymbol()
Returns the stock symbol for the company or mutual fund. |
void
|
setExchange(<String|undefined> exchange)
Sets the exchange symbol for the company or mutual fund. |
void
|
setFullName(<String|undefined> fullName)
Sets the full name for the company or mutual fund. |
void
|
setSymbol(<String|undefined> symbol)
Sets the stock symbol for the company or mutual fund. |
Field Detail |
{String|undefined} exchange
{String|undefined} fullName
{String|undefined} symbol
Constructor Detail |
google.gdata.finance.Symbol(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: exchange, fullName, and symbol
Method Detail |
String|undefined getExchange()
String|undefined getFullName()
String|undefined getSymbol()
void setExchange(<String|undefined> exchange)
exchange
- Exchange symbol for the company or mutual fund or undefined for none
void setFullName(<String|undefined> fullName)
fullName
- Full name for the company or mutual fund or undefined for none
void setSymbol(<String|undefined> symbol)
symbol
- Stock symbol for the company or mutual fund or undefined for none
|
GData JavaScript Client 1.5 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |