Releases: hnewey7/IG-Package
Releases · hnewey7/IG-Package
Version 1.0.4
Version 1.0.4
Improving time efficiency with watchlist_enabled parameter within the IG class. Watchlist initialisation before sent many requests to get each of the instruments within the watchlist, however now only gets the instruments when using certain methods that require all instruments. This has reduced the number of requests sent significantly and therefore has reduced the time taken.
Fixed bug with add watchlist method
Release fixing the bug with the add watchlist method within the IG object.
Method will return a Watchlist object if the watchlist already exists on IG under the API key, whereas before it would return None.
Version 1.0.1
Initial release of IG package.