Announcement

Collapse
No announcement yet.

Place Testing Bet

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Place Testing Bet

    Hello,

    I am developing .NET application, I need to test calling of API methods placeOrders,cancelOrders ,
    listCurrentOrders, etc. to place bet.

    How can I use this methods to placing test bet without making any real money transaction or any other methods are available for placing test bets.

    Please assist me, .NET code will be more helpful for me.

    Thanks in advance.
    Last edited by zebuksys.; 23-10-2013, 02:24 PM.

  • #2
    I'm not aware of any mechanism of placing test bets.

    As far as I am aware, placeOrders will always result in a bet being placed on the Exchange.

    I don't think Betfair have a dummy Exchange for testing purposes (at least not one that is available to developers), but I may be wrong?

    BDP - care to confirm?

    Comment


    • #3
      Thanks for reply.

      Can you please suggest me what is the minimum bet limit I can enter to place a bet for BACK and LAY..

      Like what minimum limit order I can place in following parameter value, I am using UK exchange API.

      limitOrder.Price = **;
      limitOrder.Size = **;

      Comment

      Working...
      X