C# 클래스 TradingApi.Client.Framework.Services.NewsService

파일 보기 프로젝트 열기: cityindex-attic/TradingApi.Client.CS 1 사용 예제들

공개 메소드들

메소드 설명
GetNewsDetail ( int storyId ) : GetNewsDetailResponseDTO
ListNewsHeadlines ( string category, int maxResults ) : ListNewsHeadlinesResponseDTO
NewsService ( NewsQuery newsQuery ) : System

메소드 상세

GetNewsDetail() 공개 메소드

public GetNewsDetail ( int storyId ) : GetNewsDetailResponseDTO
storyId int
리턴 GetNewsDetailResponseDTO

ListNewsHeadlines() 공개 메소드

public ListNewsHeadlines ( string category, int maxResults ) : ListNewsHeadlinesResponseDTO
category string
maxResults int
리턴 ListNewsHeadlinesResponseDTO

NewsService() 공개 메소드

public NewsService ( NewsQuery newsQuery ) : System
newsQuery NewsQuery
리턴 System