|        |   | 
- atom.AtomBase(atom.ExtensionContainer)
 - 
- Money
 - PortfolioData
 - PositionData
 - PositionFeedLink
 - Symbol
 - TransactionData
 - TransactionFeedLink
  
 
- gdata.GDataEntry(atom.Entry, gdata.LinkFinder)
 - 
- PortfolioEntry
 - PositionEntry
 - TransactionEntry
  
 
- gdata.GDataFeed(atom.Feed, gdata.LinkFinder)
 - 
- PortfolioFeed
 - PositionFeed
 - TransactionFeed
  
 
- _Monies(atom.AtomBase)
 - 
- Commission
 - CostBasis
 - DaysGain
 - Gain
 - MarketValue
 - Price
  
 
 
 
 
  
class Commission(_Monies) |  
    
|     | 
The <gf:commission> element.   |  
|   | 
- Method resolution order:
 
- Commission
 
- _Monies
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods inherited from _Monies: 
- __init__(self, money=None, **kwargs)
  
- __str__(self)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class CostBasis(_Monies) |  
    
|     | 
The <gf:costBasis> element.   |  
|   | 
- Method resolution order:
 
- CostBasis
 
- _Monies
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods inherited from _Monies: 
- __init__(self, money=None, **kwargs)
  
- __str__(self)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class DaysGain(_Monies) |  
    
|     | 
The <gf:daysGain> element.   |  
|   | 
- Method resolution order:
 
- DaysGain
 
- _Monies
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods inherited from _Monies: 
- __init__(self, money=None, **kwargs)
  
- __str__(self)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class Gain(_Monies) |  
    
|     | 
The <gf:gain> element.   |  
|   | 
- Method resolution order:
 
- Gain
 
- _Monies
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods inherited from _Monies: 
- __init__(self, money=None, **kwargs)
  
- __str__(self)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class MarketValue(_Monies) |  
    
|     | 
The <gf:marketValue> element.   |  
|   | 
- Method resolution order:
 
- MarketValue
 
- _Monies
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods inherited from _Monies: 
- __init__(self, money=None, **kwargs)
  
- __str__(self)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class Money(atom.AtomBase) |  
    
|     | 
The <gd:money> element.   |  
|   | 
- Method resolution order:
 
- Money
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, amount=None, currency_code=None, **kwargs)
  
- __str__(self)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class PortfolioData(atom.AtomBase) |  
    
|     | 
The <gf:portfolioData> element.   |  
|   | 
- Method resolution order:
 
- PortfolioData
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, currency_code=None, gain_percentage=None, return1w=None, return4w=None, return3m=None, returnYTD=None, return1y=None, return3y=None, return5y=None, return_overall=None, cost_basis=None, days_gain=None, gain=None, market_value=None, **kwargs)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class PortfolioEntry(gdata.GDataEntry) |  
    
|     | 
An entry of the PortfolioFeed. 
  
A PortfolioEntry contains the portfolio's title along with PortfolioData 
such as currency, total market value, and overall performance statistics.   |  
|   | 
- Method resolution order:
 
- PortfolioEntry
 
- gdata.GDataEntry
 
- atom.Entry
 
- atom.FeedEntryParent
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- gdata.LinkFinder
 
- atom.LinkFinder
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, portfolio_data=None, feed_link=None, **kwargs)
  
- set_portfolio_title(self, portfolio_title)
  
 
Data descriptors defined here: 
- portfolio_id
 
- The portfolio ID. Do not confuse with portfolio.id.
 
 
- portfolio_title
 
- The portfolio title as a string (i.e. portfolio.title.text).
 
 
- positions
 
- Inlined PositionEntries are returned if PortfolioFeed was queried
 
with positions='true'. 
 
 
Methods inherited from gdata.GDataEntry: 
- GetMediaURL(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- IsMedia(self)
 - Determines whether or not an entry is a GData Media entry.
  
 
Data descriptors inherited from gdata.GDataEntry: 
- id
 
 
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 
Methods inherited from gdata.LinkFinder: 
- GetAclLink(self)
  
- GetEditLink(self)
  
- GetEditMediaLink(self)
 - The Picasa API mistakenly returns media-edit rather than edit-media, but
 
this may change soon.  
- GetFeedLink(self)
  
- GetHtmlLink(self)
 - Find the first link with rel of alternate and type of text/html
 
  
Returns: 
  An atom.Link or None if no links matched  
- GetNextLink(self)
  
- GetPostLink(self)
 - Get a link containing the POST target URL.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A link object with a rel matching the POST type.  
- GetPrevLink(self)
  
- GetSelfLink(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  An atom.Link or none if none of the links had rel equal to 'self'  
 
Methods inherited from atom.LinkFinder: 
- GetAlternateLink(self)
  
- GetLicenseLink(self)
  
 |    
 
  
class PortfolioFeed(gdata.GDataFeed) |  
    
|     | 
A feed that lists all of the user's portfolios. 
  
A portfolio is a collection of positions that the user holds in various 
securities, plus metadata. The PortfolioFeed lists all of the user's 
portfolios as a list of PortfolioEntries.   |  
|   | 
- Method resolution order:
 
- PortfolioFeed
 
- gdata.GDataFeed
 
- atom.Feed
 
- atom.Source
 
- atom.FeedEntryParent
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- gdata.LinkFinder
 
- atom.LinkFinder
 
- __builtin__.object
 
 
 
Methods inherited from gdata.GDataFeed: 
- __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
 - Constructor for Source
 
  
Args: 
  author: list (optional) A list of Author instances which belong to this 
      class. 
  category: list (optional) A list of Category instances 
  contributor: list (optional) A list on Contributor instances 
  generator: Generator (optional) 
  icon: Icon (optional) 
  id: Id (optional) The entry's Id element 
  link: list (optional) A list of Link instances 
  logo: Logo (optional) 
  rights: Rights (optional) The entry's Rights element 
  subtitle: Subtitle (optional) The entry's subtitle element 
  title: Title (optional) the entry's title element 
  updated: Updated (optional) the entry's updated element 
  entry: list (optional) A list of the Entry instances contained in the 
      feed. 
  text: String (optional) The text contents of the element. This is the 
      contents of the Entry's XML text node. 
      (Example: <foo>This is the text</foo>) 
  extension_elements: list (optional) A list of ExtensionElement instances 
      which are children of this element. 
  extension_attributes: dict (optional) A dictionary of strings which are 
      the values for additional XML attributes of this element.  
 
Data descriptors inherited from gdata.GDataFeed: 
- generator
 
 
- id
 
 
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 
Methods inherited from gdata.LinkFinder: 
- GetAclLink(self)
  
- GetEditLink(self)
  
- GetEditMediaLink(self)
 - The Picasa API mistakenly returns media-edit rather than edit-media, but
 
this may change soon.  
- GetFeedLink(self)
  
- GetHtmlLink(self)
 - Find the first link with rel of alternate and type of text/html
 
  
Returns: 
  An atom.Link or None if no links matched  
- GetNextLink(self)
  
- GetPostLink(self)
 - Get a link containing the POST target URL.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A link object with a rel matching the POST type.  
- GetPrevLink(self)
  
- GetSelfLink(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  An atom.Link or none if none of the links had rel equal to 'self'  
 
Methods inherited from atom.LinkFinder: 
- GetAlternateLink(self)
  
- GetLicenseLink(self)
  
 |    
 
  
class PositionData(atom.AtomBase) |  
    
|     | 
The <gf:positionData> element.   |  
|   | 
- Method resolution order:
 
- PositionData
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, gain_percentage=None, return1w=None, return4w=None, return3m=None, returnYTD=None, return1y=None, return3y=None, return5y=None, return_overall=None, shares=None, cost_basis=None, days_gain=None, gain=None, market_value=None, **kwargs)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class PositionEntry(gdata.GDataEntry) |  
    
|     | 
An entry of the position feed. 
  
A PositionEntry contains the ticker exchange and Symbol for a stock, 
mutual fund, or other security, along with PositionData such as the 
number of units of that security that the user holds, and performance 
statistics.   |  
|   | 
- Method resolution order:
 
- PositionEntry
 
- gdata.GDataEntry
 
- atom.Entry
 
- atom.FeedEntryParent
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- gdata.LinkFinder
 
- atom.LinkFinder
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, position_data=None, symbol=None, feed_link=None, **kwargs)
  
 
Data descriptors defined here: 
- position_title
 
- The position title as a string (i.e. position.title.text).
 
 
- ticker_id
 
- The position TICKER ID.
 
 
- transactions
 
- Inlined TransactionEntries are returned if PositionFeed is queried
 
with transactions='true'. 
 
 
Methods inherited from gdata.GDataEntry: 
- GetMediaURL(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- IsMedia(self)
 - Determines whether or not an entry is a GData Media entry.
  
 
Data descriptors inherited from gdata.GDataEntry: 
- id
 
 
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 
Methods inherited from gdata.LinkFinder: 
- GetAclLink(self)
  
- GetEditLink(self)
  
- GetEditMediaLink(self)
 - The Picasa API mistakenly returns media-edit rather than edit-media, but
 
this may change soon.  
- GetFeedLink(self)
  
- GetHtmlLink(self)
 - Find the first link with rel of alternate and type of text/html
 
  
Returns: 
  An atom.Link or None if no links matched  
- GetNextLink(self)
  
- GetPostLink(self)
 - Get a link containing the POST target URL.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A link object with a rel matching the POST type.  
- GetPrevLink(self)
  
- GetSelfLink(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  An atom.Link or none if none of the links had rel equal to 'self'  
 
Methods inherited from atom.LinkFinder: 
- GetAlternateLink(self)
  
- GetLicenseLink(self)
  
 |    
 
  
class PositionFeed(gdata.GDataFeed) |  
    
|     | 
A feed that lists all of the positions in a particular portfolio. 
  
A position is a collection of information about a security that the 
user holds. The PositionFeed lists all of the positions in a particular 
portfolio as a list of PositionEntries.   |  
|   | 
- Method resolution order:
 
- PositionFeed
 
- gdata.GDataFeed
 
- atom.Feed
 
- atom.Source
 
- atom.FeedEntryParent
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- gdata.LinkFinder
 
- atom.LinkFinder
 
- __builtin__.object
 
 
 
Methods inherited from gdata.GDataFeed: 
- __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
 - Constructor for Source
 
  
Args: 
  author: list (optional) A list of Author instances which belong to this 
      class. 
  category: list (optional) A list of Category instances 
  contributor: list (optional) A list on Contributor instances 
  generator: Generator (optional) 
  icon: Icon (optional) 
  id: Id (optional) The entry's Id element 
  link: list (optional) A list of Link instances 
  logo: Logo (optional) 
  rights: Rights (optional) The entry's Rights element 
  subtitle: Subtitle (optional) The entry's subtitle element 
  title: Title (optional) the entry's title element 
  updated: Updated (optional) the entry's updated element 
  entry: list (optional) A list of the Entry instances contained in the 
      feed. 
  text: String (optional) The text contents of the element. This is the 
      contents of the Entry's XML text node. 
      (Example: <foo>This is the text</foo>) 
  extension_elements: list (optional) A list of ExtensionElement instances 
      which are children of this element. 
  extension_attributes: dict (optional) A dictionary of strings which are 
      the values for additional XML attributes of this element.  
 
Data descriptors inherited from gdata.GDataFeed: 
- generator
 
 
- id
 
 
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 
Methods inherited from gdata.LinkFinder: 
- GetAclLink(self)
  
- GetEditLink(self)
  
- GetEditMediaLink(self)
 - The Picasa API mistakenly returns media-edit rather than edit-media, but
 
this may change soon.  
- GetFeedLink(self)
  
- GetHtmlLink(self)
 - Find the first link with rel of alternate and type of text/html
 
  
Returns: 
  An atom.Link or None if no links matched  
- GetNextLink(self)
  
- GetPostLink(self)
 - Get a link containing the POST target URL.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A link object with a rel matching the POST type.  
- GetPrevLink(self)
  
- GetSelfLink(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  An atom.Link or none if none of the links had rel equal to 'self'  
 
Methods inherited from atom.LinkFinder: 
- GetAlternateLink(self)
  
- GetLicenseLink(self)
  
 |    
 
  
class PositionFeedLink(atom.AtomBase) |  
    
|     | 
Link to PositionFeed embedded in PortfolioEntry. 
  
If a PortfolioFeed is queried with positions='true', the PositionFeeds 
are inlined in the returned PortfolioEntries. These PositionFeeds are 
accessible via PositionFeedLink's feed attribute.   |  
|   | 
- Method resolution order:
 
- PositionFeedLink
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, href=None, feed=None, **kwargs)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class Price(_Monies) |  
    
|     | 
The <gf:price> element.   |  
|   | 
- Method resolution order:
 
- Price
 
- _Monies
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods inherited from _Monies: 
- __init__(self, money=None, **kwargs)
  
- __str__(self)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class Symbol(atom.AtomBase) |  
    
|     | 
The <gf:symbol> element.   |  
|   | 
- Method resolution order:
 
- Symbol
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, full_name=None, exchange=None, symbol=None, **kwargs)
  
- __str__(self)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class TransactionData(atom.AtomBase) |  
    
|     | 
The <gf:transactionData> element.   |  
|   | 
- Method resolution order:
 
- TransactionData
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, type=None, date=None, shares=None, notes=None, commission=None, price=None, **kwargs)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    
 
  
class TransactionEntry(gdata.GDataEntry) |  
    
|     | 
An entry of the transaction feed. 
  
A TransactionEntry contains TransactionData such as the transaction 
type (Buy,  Sell,  Sell Short, or  Buy to Cover), the number of units, 
the date, the price, any commission, and any notes.   |  
|   | 
- Method resolution order:
 
- TransactionEntry
 
- gdata.GDataEntry
 
- atom.Entry
 
- atom.FeedEntryParent
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- gdata.LinkFinder
 
- atom.LinkFinder
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, transaction_data=None, **kwargs)
  
 
Data descriptors defined here: 
- transaction_id
 
- The transaction ID.
 
 
 
Methods inherited from gdata.GDataEntry: 
- GetMediaURL(self)
 - Returns the URL to the media content, if the entry is a media entry.
 
Otherwise returns None.  
- IsMedia(self)
 - Determines whether or not an entry is a GData Media entry.
  
 
Data descriptors inherited from gdata.GDataEntry: 
- id
 
 
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 
Methods inherited from gdata.LinkFinder: 
- GetAclLink(self)
  
- GetEditLink(self)
  
- GetEditMediaLink(self)
 - The Picasa API mistakenly returns media-edit rather than edit-media, but
 
this may change soon.  
- GetFeedLink(self)
  
- GetHtmlLink(self)
 - Find the first link with rel of alternate and type of text/html
 
  
Returns: 
  An atom.Link or None if no links matched  
- GetNextLink(self)
  
- GetPostLink(self)
 - Get a link containing the POST target URL.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A link object with a rel matching the POST type.  
- GetPrevLink(self)
  
- GetSelfLink(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  An atom.Link or none if none of the links had rel equal to 'self'  
 
Methods inherited from atom.LinkFinder: 
- GetAlternateLink(self)
  
- GetLicenseLink(self)
  
 |    
 
  
class TransactionFeed(gdata.GDataFeed) |  
    
|     | 
A feed that lists all of the transactions that have been recorded for 
a particular position. 
  
A transaction is a collection of information about an instance of 
buying or selling a particular security. The TransactionFeed lists all 
of the transactions that have been recorded for a particular position 
as a list of TransactionEntries.   |  
|   | 
- Method resolution order:
 
- TransactionFeed
 
- gdata.GDataFeed
 
- atom.Feed
 
- atom.Source
 
- atom.FeedEntryParent
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- gdata.LinkFinder
 
- atom.LinkFinder
 
- __builtin__.object
 
 
 
Methods inherited from gdata.GDataFeed: 
- __init__(self, author=None, category=None, contributor=None, generator=None, icon=None, atom_id=None, link=None, logo=None, rights=None, subtitle=None, title=None, updated=None, entry=None, total_results=None, start_index=None, items_per_page=None, extension_elements=None, extension_attributes=None, text=None)
 - Constructor for Source
 
  
Args: 
  author: list (optional) A list of Author instances which belong to this 
      class. 
  category: list (optional) A list of Category instances 
  contributor: list (optional) A list on Contributor instances 
  generator: Generator (optional) 
  icon: Icon (optional) 
  id: Id (optional) The entry's Id element 
  link: list (optional) A list of Link instances 
  logo: Logo (optional) 
  rights: Rights (optional) The entry's Rights element 
  subtitle: Subtitle (optional) The entry's subtitle element 
  title: Title (optional) the entry's title element 
  updated: Updated (optional) the entry's updated element 
  entry: list (optional) A list of the Entry instances contained in the 
      feed. 
  text: String (optional) The text contents of the element. This is the 
      contents of the Entry's XML text node. 
      (Example: <foo>This is the text</foo>) 
  extension_elements: list (optional) A list of ExtensionElement instances 
      which are children of this element. 
  extension_attributes: dict (optional) A dictionary of strings which are 
      the values for additional XML attributes of this element.  
 
Data descriptors inherited from gdata.GDataFeed: 
- generator
 
 
- id
 
 
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 
Methods inherited from gdata.LinkFinder: 
- GetAclLink(self)
  
- GetEditLink(self)
  
- GetEditMediaLink(self)
 - The Picasa API mistakenly returns media-edit rather than edit-media, but
 
this may change soon.  
- GetFeedLink(self)
  
- GetHtmlLink(self)
 - Find the first link with rel of alternate and type of text/html
 
  
Returns: 
  An atom.Link or None if no links matched  
- GetNextLink(self)
  
- GetPostLink(self)
 - Get a link containing the POST target URL.
 
  
The POST target URL is used to insert new entries. 
  
Returns: 
  A link object with a rel matching the POST type.  
- GetPrevLink(self)
  
- GetSelfLink(self)
 - Find the first link with rel set to 'self'
 
  
Returns: 
  An atom.Link or none if none of the links had rel equal to 'self'  
 
Methods inherited from atom.LinkFinder: 
- GetAlternateLink(self)
  
- GetLicenseLink(self)
  
 |    
 
  
class TransactionFeedLink(atom.AtomBase) |  
    
|     | 
Link to TransactionFeed embedded in PositionEntry. 
  
If a PositionFeed is queried with transactions='true', TransactionFeeds 
are inlined in the returned PositionEntries. These TransactionFeeds are 
accessible via TransactionFeedLink's feed attribute.   |  
|   | 
- Method resolution order:
 
- TransactionFeedLink
 
- atom.AtomBase
 
- atom.ExtensionContainer
 
- __builtin__.object
 
 
 
Methods defined here: 
- __init__(self, href=None, feed=None, **kwargs)
  
 
Methods inherited from atom.AtomBase: 
- ToString(self, string_encoding='UTF-8')
 - Converts the Atom object to a string containing XML.
  
- __str__(self)
  
 
Methods inherited from atom.ExtensionContainer: 
- FindExtensions(self, tag=None, namespace=None)
 - Searches extension elements for child nodes with the desired name.
 
  
Returns a list of extension elements within this object whose tag 
and/or namespace match those passed in. To find all extensions in 
a particular namespace, specify the namespace but not the tag name. 
If you specify only the tag, the result list may contain extension 
elements in multiple namespaces. 
  
Args: 
  tag: str (optional) The desired tag 
  namespace: str (optional) The desired namespace 
  
Returns: 
  A list of elements whose tag and/or namespace match the parameters 
  values  
 
Data descriptors inherited from atom.ExtensionContainer: 
- __dict__
 
- dictionary for instance variables (if defined)
 
 
- __weakref__
 
- list of weak references to the object (if defined)
 
 
 |    |