betfair / API-NG-sample-code

Code snippets in various languages to support API-NG client development
201 stars 576 forks source link

PlaceOrders always returns null, unable to place bets, BetfairClient.PlaceOrders(marketBook.MarketId, instructions).Result.Response #26

Open rocket-sciance opened 7 years ago

rocket-sciance commented 7 years ago

Hi, I am trying to place bets using my live key and using PlaceOrders function of NG-API library which always returns null. And if I check account, the orders are not even placed.

I need help to make this working.

var res = BetfairClient.PlaceOrders(marketBook.MarketId, instructions).Result.Response; Where "res" is always null.

image

Linojan commented 4 years ago

Take a look at this issue. May be you also having same issue https://github.com/betfair/API-NG-sample-code/issues/35