Click or drag to resize

ILiveOdds Methods

The ILiveOdds 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 methodGetAllBetTypes Returns all available bet types.
Public methodGetBetType Returns detailed bet type information for the specified type.
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.
(Inherited from ILiveOddsCommonBase)
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.
(Inherited from ILiveOddsCommonBase)
Public methodGetEventMessages Request exact match messages ("error" server request).
(Inherited from ILiveOddsCommonBase)
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.
(Inherited from ILiveOddsCommonBase)
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.
(Inherited from ILiveOddsCommonBase)
Public methodGetScoreAndCardSummary Requests a list of all cards and scores for a match.
Public methodRegisterBetTypes Register specific bet types within the given match. This gives the opportunity to activate specific odd types for a match.
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 methodUnregisterBetTypes Unregister from specific bet types within the given match. This gives the opportunity to deactivate specific odd types for a match.
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