Beispiel #1
0
 public IEnumerable <ShareInformation> LoadMarketInformation(string exchangeId)
 {
     return(client.GetMarketInformation(exchangeId).Where(x => !x.IsFund));
 }