Hello.
I used this project: https://github.com/betfair/API-NG-sa.../master/cSharp
When I write something like this:
prices in marketBook are not the same as shown on Betfair web page. What I do wrong?
Do I understand correctly that now (with all this new API's) I can somehow obtain exactly the same prices as people see on the betfair.com without writing additional functions for cross matching calculations?
I used this project: https://github.com/betfair/API-NG-sa.../master/cSharp
When I write something like this:
Code:
priceData.Add(PriceData.EX_BEST_OFFERS); var priceProjection = new PriceProjection(); priceProjection.PriceData = priceData; priceProjection.Virtualise = true; var marketBook = client.listMarketBook(marketIds, priceProjection);
Do I understand correctly that now (with all this new API's) I can somehow obtain exactly the same prices as people see on the betfair.com without writing additional functions for cross matching calculations?


Comment