phillc73 / abettor

An R package for connecting to the online betting exchange Betfair, via their API-NG product, using JSON-RPC.
Other
51 stars 36 forks source link

Some optional parameters in cancelOrders, replaceOrders and updateOrd… #53

Closed Soccerama closed 3 years ago

Soccerama commented 3 years ago

…ers were not being handled correctly. Also some minor updates to placeOrders to ensure all optional functions are treated correctly.

These changes are similar to the changes made to placeOrders in Pull Request #50 and should complete all occurrences of an error I'd introduced for these parameters.