|
GData JavaScript Client 1.10 | ||||||||
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.10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |