Interface BetSettlement<T extends SportEvent>
- All Superinterfaces:
EventMessage<T>,MarketMessage<T>,Message
Received when one or more markets for a particular competition have an outcome and results should
be cleared
-
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
-
getCertainty
BetSettlementCertainty getCertainty()- Returns:
- the certainty of the settlement
-
getMarkets
List<MarketWithSettlement> getMarkets()Description copied from interface:MarketMessageReturns a list of markets that are affected by the associated message- Specified by:
getMarketsin interfaceMarketMessage<T extends SportEvent>- Returns:
- the list of affected markets
-