EasyLanguage Object Reference
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
|
Name |
Type |
Description |
|
Authors |
object |
Gets the author(s) of the news item from the collection of authors NewsAuthors. |
|
Content |
object |
Gets contents of the news item from the NewsContent object. |
|
PublishDate |
object |
Gets the publish date of the news item from a DateTime object. |
|
SourceFeed |
object |
Gets the source of news item from a NewsFeed object. |
|
Summary |
string |
Gets the summary of the news item (if available). |
|
Title |
string |
Gets the title of the news item. |
|
Uri |
string |
Gets the URI (uniform resource identifier) of an RSS feed. Blank for News. |