Class google.gdata.finance.PortfolioQuery
Object
|
+--google.gdata.client.Query
|
+--google.gdata.finance.PortfolioQuery
- class
google.gdata.finance.PortfolioQuery
- extends google.gdata.client.Query
Describes a query for the feed of all the user's portfolios.
Defined in gdata.js
Method Summary |
Boolean?
|
getIncludeReturns()
Returns the flag indicating whether returns and performance stats should be
included in the portfolio and position feed entries.
|
Boolean?
|
getInlinePositions()
Returns the flag to inline positions under the portfolio feed.
|
void
|
setIncludeReturns(<Boolean|string|null> includeReturns)
Sets the flag indicating whether returns and performance stats should be
included in the portfolio and position feed entries.
|
void
|
setInlinePositions(<Boolean|string|null> inlinePositions)
Sets the flag to inline positions under the portfolio feed.
|
google.gdata.finance.PortfolioQuery
google.gdata.finance.PortfolioQuery(<string> feedUri)
getIncludeReturns
Boolean? getIncludeReturns()
Returns the flag indicating whether returns and performance stats should be
included in the portfolio and position feed entries.
Returns:
Flag indicating whether returns and performance stats should be included in the portfolio and position feed entries or null
to indicate that the parameter is disabled.
getInlinePositions
Boolean? getInlinePositions()
Returns the flag to inline positions under the portfolio feed.
Returns:
Flag to inline positions under the portfolio feed or null
to indicate that the parameter is disabled.
setIncludeReturns
void setIncludeReturns(<Boolean|string|null> includeReturns)
Sets the flag indicating whether returns and performance stats should be
included in the portfolio and position feed entries. The default value is
false.
Parameters:
includeReturns
- Flag indicating whether returns and performance stats should be included in the portfolio and position feed entries or an equivalent string value or null
to disable this parameter.
setInlinePositions
void setInlinePositions(<Boolean|string|null> inlinePositions)
Sets the flag to inline positions under the portfolio feed. The default
value is false.
Parameters:
inlinePositions
- Flag to inline positions under the portfolio feed or an equivalent string value or null
to disable this parameter.
Documentation generated by
JSDoc on Tue Sep 22 18:28:55 2009