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

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

Public Methods

Method Description
GetMarketInformation ( int marketId ) : GetMarketInformationResponseDTO
ListMarketInformation ( List marketIdList ) : ListMarketInformationResponseDTO

Private Methods

Method Description
MarketInformationService ( MarketInformationQuery marketInformationQuery ) : System.Collections.Generic

Method Details

GetMarketInformation() public method

public GetMarketInformation ( int marketId ) : GetMarketInformationResponseDTO
marketId int
return GetMarketInformationResponseDTO

ListMarketInformation() public method

public ListMarketInformation ( List marketIdList ) : ListMarketInformationResponseDTO
marketIdList List
return ListMarketInformationResponseDTO