C# Class TradingApi.Client.Framework.Services.NewsService

Exibir arquivo Open project: cityindex-attic/TradingApi.Client.CS Class Usage Examples

Public Methods

Method Description
GetNewsDetail ( int storyId ) : GetNewsDetailResponseDTO
ListNewsHeadlines ( string category, int maxResults ) : ListNewsHeadlinesResponseDTO
NewsService ( NewsQuery newsQuery ) : System

Method Details

GetNewsDetail() public method

public GetNewsDetail ( int storyId ) : GetNewsDetailResponseDTO
storyId int
return GetNewsDetailResponseDTO

ListNewsHeadlines() public method

public ListNewsHeadlines ( string category, int maxResults ) : ListNewsHeadlinesResponseDTO
category string
maxResults int
return ListNewsHeadlinesResponseDTO

NewsService() public method

public NewsService ( NewsQuery newsQuery ) : System
newsQuery NewsQuery
return System