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

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

공개 메소드들

메소드 설명
GetMarketInformation ( int marketId ) : GetMarketInformationResponseDTO
ListMarketInformation ( List marketIdList ) : ListMarketInformationResponseDTO

비공개 메소드들

메소드 설명
MarketInformationService ( MarketInformationQuery marketInformationQuery ) : System.Collections.Generic

메소드 상세

GetMarketInformation() 공개 메소드

public GetMarketInformation ( int marketId ) : GetMarketInformationResponseDTO
marketId int
리턴 GetMarketInformationResponseDTO

ListMarketInformation() 공개 메소드

public ListMarketInformation ( List marketIdList ) : ListMarketInformationResponseDTO
marketIdList List
리턴 ListMarketInformationResponseDTO