Table of Contents

Interface INewsProvider

Namespace
StockSharp.BusinessEntities
Assembly
StockSharp.BusinessEntities.dll

The interface for access to provider of information about news.

public interface INewsProvider
Extension Methods

Methods

RequestNewsStory(News, IMessageAdapter)

Request news Story body. After receiving the event NewsChanged will be triggered.

void RequestNewsStory(News news, IMessageAdapter adapter = null)

Parameters

news News

News.

adapter IMessageAdapter

Target adapter. Can be null.