Interface MarketMessage<T extends SportEvent>
- All Superinterfaces:
EventMessage<T>,Message
- All Known Subinterfaces:
BetCancel<T>,BetSettlement<T>,CashOutProbabilities<T>,OddsChange<T>,RollbackBetCancel<T>,RollbackBetSettlement<T>
- All Known Implementing Classes:
CashOutProbabilitiesImpl
The basic message that contains data regarding market changes
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of markets that are affected by the associated messageMethods 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
-
getMarkets
Returns a list of markets that are affected by the associated message- Returns:
- the list of affected markets
-