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

placeOrder function seems to not pass customerOrderRef on MARKET_ON_CLOSE bets #59

Open giaa1 opened 2 years ago

giaa1 commented 2 years ago

Passing in a string for customerOrderRef or customerStrategyRef in the placeOrder function executes fine, but if i try to find it when calling listClearedOrders at a later stage, I cant find it.

Soccerama commented 2 years ago

@giaa1 did you find a solution to this?