Can't get Australian data

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arbu
    Junior Member
    • Nov 2012
    • 16

    #1

    Can't get Australian data

    I thought that if I changed the "IRL" to "AUS" in the following code I would be able to get data for Australian horse races. But I get no results at all. What am I doing wrong? Thanks.

    Code:
        Dim oMarketsReq As New BFUK.GetAllMarketsReq
    
            With oMarketsReq
                .header = oHeaderUK()
                ReDim .eventTypeIds(0) : .eventTypeIds(0) = 7  'For horse racing
                ReDim .countries(1) : .countries(0) = "GBR" : .countries(1) = "IRL" ' .countries(1) = "IRL"     'FRA for France, USA GBR
                .fromDate = Today
                .toDate = Today.AddDays(1)
            End With
  • Arbu
    Junior Member
    • Nov 2012
    • 16

    #2
    OK, I see a need a web reference to com.betfair.api-au and the whole object model under that. Looks like quite a bit of work - if anyone has any sample code would be much appreciated.

    Comment

    Working...
    X