Package | Description |
---|---|
com.sportradar.unifiedodds.sdk | |
com.sportradar.unifiedodds.sdk.oddsentities | |
com.sportradar.unifiedodds.sdk.replay | |
com.sportradar.unifiedodds.sdk.sportentities |
Modifier and Type | Method and Description |
---|---|
<T extends SportEvent> |
OddsFeedSessionBuilder.SessionBuilder.addSportSpecificListener(com.sportradar.unifiedodds.sdk.GenericOddsFeedListener<T> sportSpecificListener)
Sets the sport-specific listener which will be used to notify outside world a message
associated with that sport was received
|
<T extends SportEvent> |
OddsFeedSessionBuilder.OddsFeedSessionBuilderImpl.addSportSpecificListener(com.sportradar.unifiedodds.sdk.GenericOddsFeedListener<T> sportSpecificListener)
Sets the sport-specific listener which will be used to notify outside world that a
message associated with that sport was received
|
Modifier and Type | Method and Description |
---|---|
SportEvent |
SportsInfo.getSportEvent(String id)
Get the details about the specified SportEvent.
|
Modifier and Type | Method and Description |
---|---|
List<SportEvent> |
SportsInfo.getLiveSportEvents() |
List<SportEvent> |
SportsInfo.getSportEventsFor(Date date) |
Modifier and Type | Method and Description |
---|---|
String |
MarketDescriptionManager.getMarketDescription(SportEvent event,
Market market)
Return a proper market description by filling in all placeholders in the market description
with the actual numbers.
|
MarketDescriptionManager.MarketMapping |
MarketDescriptionManager.getMarketMapping(Market market,
Product product,
SportEvent event)
Get a description of how to map a particular Unified Odds market back to a particular product
for a particular SportEvent at a given point in time.
|
String |
MarketDescriptionManager.getOutcomeDescription(SportEvent event,
Market market,
Outcome outcome)
Return the proper context sensitive outcome description
|
Modifier and Type | Interface and Description |
---|---|
interface |
BetCancel<T extends SportEvent>
Sent to describe that all bets on the particular market (line) for the particular competition
should be cancelled and refunded in full.
|
interface |
BetSettlement<T extends SportEvent>
Received when one or more markets for a particular competition have an outcome and results should
be cleared
|
interface |
BetStop<T extends SportEvent>
Is sent to signal that a set of markets (often all) should be moved to a suspended state (odds
updated, but bets not accepted).
|
interface |
FixtureChange<T extends SportEvent>
Fixture change is sent when some SportRadar system has made a fixture change it deems is
important.
|
interface |
OddsChange<T extends SportEvent>
Describes a set of odds changes for a particular competition
|
interface |
RollbackBetCancel<T extends SportEvent>
This message is sent to rollback/undo a previously sent out BetCancel message if possible.
|
interface |
RollbackBetSettlement<T extends SportEvent>
Rollback is sent when a previously sent bet_settlement was sent in error and needs to be
rollbacked
|
interface |
SDKOddsMessage<T extends SportEvent>
Represents a
SDKFeedMessage associated with
the sport event |
Modifier and Type | Method and Description |
---|---|
List<SportEvent> |
ReplayManager.getReplayList() |
Modifier and Type | Method and Description |
---|---|
void |
ReplayManager.addSportEventToReplay(SportEvent event)
Add a SportEvent to the list of SportEvents whose recorded messages will be replayed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SoccerEvent
A
SportEvent derived type used to represent a soccer sport events |
Copyright © 2016–2017. All rights reserved.