Ejemplo n.º 1
0
 public static string GetDetailsBySingleFundElement(GetSectionParser parser, string singleFundUrl,
     EtfSecurities.DetailsSection detailsSection)
 {
     var indexPage = EtfSecurities.GetDetailsPage(singleFundUrl, detailsSection, parser.PageId,
         parser.ProductId, "en-GB", parser.CountryId, parser.InvestorId, parser.LanguageId, "");
     return indexPage;
 }
Ejemplo n.º 2
0
 public void TestInitialize()
 {
     this.pageProvider = new EtfPageProvider(true);
     this.etfsec = new EtfSecurities(pageProvider);
 }