Remove ellipses from multiple_quote_sources where lists are complete

This commit is contained in:
Przemysław Kryger 2024-10-18 15:19:23 +01:00
parent 2e734b3239
commit 700f8ca125

View File

@ -240,20 +240,20 @@ static QuoteSourceList single_quote_sources =
static QuoteSourceList multiple_quote_sources =
{
{ false, SOURCE_MULTI, "Australia (ASX, ...)", "australia" },
{ false, SOURCE_MULTI, "Canada (Alphavantage, TMX, ...)", "canada" },
{ false, SOURCE_MULTI, "Dutch (AEX, ...)", "dutch" },
{ false, SOURCE_MULTI, "Australia (ASX)", "australia" },
{ false, SOURCE_MULTI, "Canada (Alphavantage, TMX)", "canada" },
{ false, SOURCE_MULTI, "Dutch (AEX)", "dutch" },
{ false, SOURCE_MULTI, "Europe (ASEGR, Bourso, ...)", "europe" },
{ false, SOURCE_MULTI, "France (Bourso, ...)", "france" },
{ false, SOURCE_MULTI, "Greece (ASEGR, ...)", "greece" },
{ false, SOURCE_MULTI, "India (BSEIndia, NSEIndia, ...)", "india"},
{ false, SOURCE_MULTI, "India Mutual (AMFI, ...)", "indiamutual" },
{ false, SOURCE_MULTI, "France (Bourso)", "france" },
{ false, SOURCE_MULTI, "Greece (ASEGR)", "greece" },
{ false, SOURCE_MULTI, "India (BSEIndia, NSEIndia)", "india"},
{ false, SOURCE_MULTI, "India Mutual (AMFI)", "indiamutual" },
{ false, SOURCE_MULTI, "Nasdaq (Alphavantage, FinanceAPI, ...)", "nasdaq" },
{ false, SOURCE_MULTI, "NYSE (Alphavantage, FinanceAPI, ...)", "nyse" },
{ false, SOURCE_MULTI, "Poland (Stooq, ...)", "poland" },
{ false, SOURCE_MULTI, "Romania (BVB, ...)", "romania" },
{ false, SOURCE_MULTI, "South Africa (Sharenet, ...)", "za" },
{ false, SOURCE_MULTI, "U.K. Funds (FTfunds, MorningstarUK, ...)", "ukfunds" },
{ false, SOURCE_MULTI, "Poland (Stooq)", "poland" },
{ false, SOURCE_MULTI, "Romania (BVB)", "romania" },
{ false, SOURCE_MULTI, "South Africa (Sharenet)", "za" },
{ false, SOURCE_MULTI, "U.K. Funds (FTfunds, MorningstarUK)", "ukfunds" },
{ false, SOURCE_MULTI, "USA (Alphavantage, FinanceAPI, ...)", "usa" },
};