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,
}
}
****************
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,
}
}
****************

