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

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

Méthodes publiques

Méthode Description
GetMarketInformation ( int marketId ) : GetMarketInformationResponseDTO
ListMarketInformation ( List marketIdList ) : ListMarketInformationResponseDTO

Private Methods

Méthode Description
MarketInformationService ( MarketInformationQuery marketInformationQuery ) : System.Collections.Generic

Method Details

GetMarketInformation() public méthode

public GetMarketInformation ( int marketId ) : GetMarketInformationResponseDTO
marketId int
Résultat GetMarketInformationResponseDTO

ListMarketInformation() public méthode

public ListMarketInformation ( List marketIdList ) : ListMarketInformationResponseDTO
marketIdList List
Résultat ListMarketInformationResponseDTO