joelpob / betfairng

C# API for Betfair API-NG
MIT License
38 stars 37 forks source link

How to achieve ListEvents as in the demo? #6

Closed rarepops closed 9 years ago

rarepops commented 9 years ago

I don't understand how i can achieve the ListEvents like in the demo in https://developer.betfair.com/exchange-api/betting-api-demo/.

ListEvents and ListEventTypes return the same thing but in a different form. And they are a list of EventResult and respectively EventTypeResult. I don't really understand how to modify/make an existing method to return a list of Event type.