LSEG Data Library for .NET

Top News

Retrieving top news can be done like this:

    var topNews = TopNews.Definition().GetData();

The incoming object will contain a dictionary of categorized paginated top news.

    public IDictionary<string, IList<ITopNewsPage>> Categories { get; set; }

Each top news page contains the main information about a top news like its name, ID and revision ID and date, where applicable.