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

Add the customerOrderRefs and customerStrategyRefs parameters. #55

Closed Soccerama closed 2 years ago

Soccerama commented 3 years ago

Addresses issue #54. These two parameters are not currently implemented. Added in and tested. They can actually be pretty useful too.

Soccerama commented 3 years ago

Also added a commit to address issue #56. Rewrote the section which converts json to a dataframe so that it mirrors listCurrentOrders() which seems to work correctly.

Soccerama commented 2 years ago

This now includes an update to address issue #57 which adds the new includeItemDescription parameter to listCurrentOrders.