Skip to content

Releases: hnewey7/IG-Package

Version 1.0.4

08 Apr 22:04
Compare
Choose a tag to compare

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

07 Apr 22:21
Compare
Choose a tag to compare

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

06 Apr 20:21
Compare
Choose a tag to compare

Initial release of IG package.