Skip to content

Releases: phillc73/abettor

Release v0.1.7

26 Jan 17:59
Compare
Choose a tag to compare

Migrated all functions from RCurl to httr. Massive thanks to @Soccerama. This should mean RCurl is no longer required for this package.

Other updates since last release include:

Release v0.1.5

17 Feb 19:51
Compare
Choose a tag to compare

Many updates, mostly thanks to @dashee87

New functions include:

  • cancelOrders()
  • checkBalance()
  • getAccountStatement()
  • keepAlive()
  • listClearedOrders()
  • listMarketPandL()
  • replaceOrders()
  • updateOrders()
  • logoutBF()

Also many updates to listMarketCatalogue() to support additional API options.

Authentication credentials are no also saved in environment variables, rather than as a global variable.

All new commits and pull requests are no submitted to Travis CI.

Release v0.1.3

05 Feb 18:26
Compare
Choose a tag to compare

Update all functions to support self signed SSL certificates. sslVerify argument defaults to TRUE, but may be set to FALSE to support login with a self signed certificate.

Release v0.1.2

21 Dec 20:36
Compare
Choose a tag to compare

Update loginBF() to support self signed SSL certificates. sslVerify argument defaults to TRUE, but may be set to FALSE to support login with a self signed certificate.

See README for package details.

Release v0.1.1

15 Dec 13:33
Compare
Choose a tag to compare

This release is just a small update to fix some global function definitions, example layouts and a missing parameter in placeOrders documentation.

See README for package details.