Interface | Description |
---|---|
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.
|
BetSettlement<T extends SportEvent> |
Received when one or more markets for a particular competition have an outcome and results should
be cleared
|
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).
|
FixtureChange<T extends SportEvent> |
Fixture change is sent when some SportRadar system has made a fixture change it deems is
important.
|
Market |
This is the class that represents different markets.
|
MarketBetSettlement |
Information about how to clear bets for the outcomes of a particular market
|
MarketOddsChange |
This represents the odds changes for one market in the
OddsChange message. |
OddsChange<T extends SportEvent> |
Describes a set of odds changes for a particular competition
|
Outcome |
Describes a particular outcome.
|
OutcomeOdds |
Describes the odds for a particular outcome (e.g.
|
OutcomeResult |
Describes how to handle a bet on a particular outcome for a particular market
|
PlayerOutcome | |
ProductDown |
This message is received when a product goes down.
|
RollbackBetCancel<T extends SportEvent> |
This message is sent to rollback/undo a previously sent out BetCancel message if possible.
|
RollbackBetSettlement<T extends SportEvent> |
Rollback is sent when a previously sent bet_settlement was sent in error and needs to be
rollbacked
|
SDKFeedMessage |
Represents a message generated from the feed message
|
SDKMessage | |
SDKOddsMessage<T extends SportEvent> |
Represents a
SDKFeedMessage associated with
the sport event |
Class | Description |
---|---|
ProductDown.SDKProductDownImpl |
A
SDKFeedMessage implementation used to inform that a feed-based product is down |
Enum | Description |
---|---|
BetSettlementCertainty | |
FixtureChangeType |
What is the reason for a SDKFixtureChange message.
|
MarketStatus |
MarketStatus describes the status for a market (line) and it can be in one of three states
Active - Odds are provided and bets can be accepted
Suspended - Bets should not be accepted, but odds are still provided
Deactivated - Odds are no longer provided for this market.
|
OddsChangeReason |
Reason for an OddsChange message (default: normal)
|
OddsDisplayType |
Describes how to display odds *
|
Product |
Enumerates different products
|
ProductDown.ProductDownReason |
Enumerates reasons why the
ProductDown message was dispatched |
Copyright © 2016–2017. All rights reserved.