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

Afficher le fichier Open project: cityindex-attic/TradingApi.Client.CS Class Usage Examples

Méthodes publiques

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

Method Details

GetNewsDetail() public méthode

public GetNewsDetail ( int storyId ) : GetNewsDetailResponseDTO
storyId int
Résultat GetNewsDetailResponseDTO

ListNewsHeadlines() public méthode

public ListNewsHeadlines ( string category, int maxResults ) : ListNewsHeadlinesResponseDTO
category string
maxResults int
Résultat ListNewsHeadlinesResponseDTO

NewsService() public méthode

public NewsService ( NewsQuery newsQuery ) : System
newsQuery NewsQuery
Résultat System