Package | Description |
---|---|
com.sportradar.unifiedodds.sdk.oddsentities |
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 |
ProductDown
This message is received when a product goes down.
|
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 | Class and Description |
---|---|
static class |
ProductDown.SDKProductDownImpl
A
SDKFeedMessage implementation used to inform that a feed-based product is down |
Copyright © 2016–2017. All rights reserved.