listMarketCatalogue - getting the runner metadata

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hazarder
    Junior Member
    • Oct 2019
    • 5

    #1

    listMarketCatalogue - getting the runner metadata

    Hi. I'm trying to add the runner metadata to the listMarketcatalogue but the type is listed as MAP<string,string>. I have no idea what a MAP datatype is and how to implement it in vb.net.

    So far for the runner class I have:

    Public Class Runners
    Public selectionId As Integer
    Public runnerName As String
    Public handicap As Double
    Public sortPriority As Integer
    Public metadata As ?????????
    End Class



    Any help is appreciated.
  • bfexplorer
    Senior Member
    • Sep 2018
    • 212

    #2
    It is Dictionary, here:

    HorseMetaDataBotTrigger.fsx

    Comment

    • Hazarder
      Junior Member
      • Oct 2019
      • 5

      #3
      Thanks for that.

      Comment

      • Bascoe
        Member
        • Sep 2018
        • 42

        #4
        or if you want to use the api itself:

        https://docs.developer.betfair.com/d...ataDescription

        Comment

        Working...
        X