Interface BetStop<T extends SportEvent>
- All Superinterfaces:
EventMessage<T>,Message
Is sent to signal that a set of markets (often all) should be moved to a suspended state (odds
updated, but bets not accepted).
-
Method Summary
Modifier and TypeMethodDescriptionReturns the status of the marketMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.EventMessage
getEvent, getRawMessage, getRequestIdMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.Message
getProducer, getTimestamps
-
Method Details
-
getGroups
- Returns:
- what group of markets this message applies to. If "all" it means all available markets. Otherwise, only markets who have the specified String as one of their groups
-
getMarketStatus
MarketStatus getMarketStatus()Returns the status of the market- Returns:
- - the status of the market
-