Click or drag to resize

ILiveOddsCommonBase Methods

The ILiveOddsCommonBase type exposes the following members.

Methods
 NameDescription
Public methodBookEvents Book the specified events. Booked events cannot be cancelled through this interface.
(Inherited from ILiveFeeds)
Public methodClearState

Clears complete state for this provider, that can otherwise be used in case of feed error recovery which can occur after every feed server reconnect or at initial SDK startup.


(Inherited from ILiveFeeds)
Public methodGetEventList(IEnumerableInt64) Request meta-information about the events(matches, races) specified by it's ids The response message includes teams playing, match date and time, TV channel names and sport/category/tournament for every match.
Public methodGetEventList(NullableDateTime, NullableDateTime, Boolean) Request meta-information about all events(matches, races, outcomes, ...) in a given interval. The maximum interval is 10 days. If no date is specified, all events started 24 hours in the past, and 7 days in the future are returned. The response message includes teams playing, event date and time, TV channel names and sport/category/tournament for every event.
Public methodGetEventMessages Request exact match messages ("error" server request).
Public methodGetEventsStatus Requests the match statuses for a given time ("current" server request). This includes odds, activation of odds and match status for the matches requested, current bet status and all bet clearing messages before the timestamp.
Public methodGetEventStatus Requests the match status for a given time ("current" server request). This includes odds, activation of odds and match status for the match requested, current bet status and all bet clearing messages before the timestamp.
Public methodStart Start component.
(Inherited from IStartable)
Public methodStop Stop / shutdown component.
(Inherited from IStartable)
Public methodSubscribe Subscribe to specified events.
(Inherited from ILiveFeeds)
Public methodUnsubscribe Unsubscribe from the specified events. After this no more events associated with these event ids will be sent.
(Inherited from ILiveFeeds)
Top
See Also