davidgaldon / yahoo-finance-managed

Automatically exported from code.google.com/p/yahoo-finance-managed
0 stars 0 forks source link

Currencies #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
do to the new currency: 
    <Currency Name="Cape Verde Excudo" ID="CVE" />

in the demo app, the EURO should inserted in index 38, not 37:
                Dim eur As New CurrencyInfo("EUR", "Euro")
                Dim exr As New Support.ExchangeRateData(eur, eur, New QuoteBaseData("EUREUR=X") With {.LastTradePriceOnly = 1})
                Dim items = mCalculator.ExchangeItems.ToList
                items.Insert(37, exr)
                mCalculator.ExchangeItems = items.ToArray
                Dim dt = Support.ExchangeRateCalculator.CrossDataTable(mCalculator.ExchangeItems, "Cur")
file: ExchangerateCtr.xaml.vb

Angelo

Original issue reported on code.google.com by i...@advancedcomputing.ch on 14 Jul 2011 at 9:39

GoogleCodeExporter commented 8 years ago
Hi Angelo,
I will change it in next Test App version.

Maas

p/s: It's a test app issue, not a library issue

Original comment by Maas...@gmail.com on 27 Jul 2011 at 9:35