NewsItem Class

Provides the information about a specific news item such as its full textual content, title, and summary, as well as related information such as author(s), publish date, and news source.

Namespace: tsdata.marketdata

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Authors object Gets the author(s) of the news item from the collection of authors NewsAuthors.
Public property Content object Gets contents of the news item from the NewsContent object.
Public property PublishDate object Gets the publish date of the news item from a DateTime object.
Public property SourceFeed object Gets the source of news item from a NewsFeed object. 
Public property Summary string Gets the summary of the news item (if available).
Public property Title string Gets the title of the news item.
Public property Uri string Gets the URI (uniform resource identifier) of an RSS feed. Blank for News.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.NewsItem