davidgaldon / yahoo-finance-managed

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

Historical data download always throws "ArgumentNullException" #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Download Historical Data

//Replace 
if (this.Settings == null)

//with
if (settings == null)

at 

MaasOne.Base
public abstract partial class DownloadClient<T>
protected Response<T> Download(SettingsBase settings)

in file 

DownloadClient_DesktopSpecific

Original issue reported on code.google.com by r.guerra...@gmail.com on 17 Apr 2012 at 9:18

GoogleCodeExporter commented 8 years ago
Thanks for the hint!

Maas

Original comment by Maas...@gmail.com on 17 Apr 2012 at 10:29

GoogleCodeExporter commented 8 years ago

Original comment by Maas...@gmail.com on 30 Apr 2012 at 12:50