Class google.gdata.finance.PositionQuery
Object
|
+--google.gdata.client.Query
|
+--google.gdata.finance.PositionQuery
- class
google.gdata.finance.PositionQuery
- extends google.gdata.client.Query
Describes a query for the feed of all the positions belonging to the
portfolio.
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?
|
getInlineTransactions()
Returns the flag to inline transactions under the position 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
|
setInlineTransactions(<Boolean|string|null> inlineTransactions)
Sets the flag to inline transactions under the position feed.
|
google.gdata.finance.PositionQuery
google.gdata.finance.PositionQuery(<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.
getInlineTransactions
Boolean? getInlineTransactions()
Returns the flag to inline transactions under the position feed.
Returns:
Flag to inline transactions under the position 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.
setInlineTransactions
void setInlineTransactions(<Boolean|string|null> inlineTransactions)
Sets the flag to inline transactions under the position feed. The default
value is false.
Parameters:
inlineTransactions
- Flag to inline transactions under the position feed or an equivalent string value or null
to disable this parameter.
Documentation generated by
JSDoc on Mon Mar 30 15:50:55 2009