Sample Code confusion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • austrianChristian
    Junior Member
    • Feb 2011
    • 9

    #1

    Sample Code confusion

    Hi,

    in the MarketProjection enum does not fit with the description in the API-NG reference (https://api.developer.betfair.com/se...nums-PriceData). The MARKET_START_TIME is missing so I'm not sure what is wrong, the reference or the sample code.
    ****************
    namespace Api_ng_sample_code.TO
    {
    [JsonConverter(typeof(StringEnumConverter))]
    public enum MarketProjection
    {
    COMPETITION, EVENT, EVENT_TYPE, MARKET_DESCRIPTION, RUNNER_DESCRIPTION,
    }
    }
    ****************
Working...
X