public interface OddsChange<T extends SportEvent> extends MarketMessage<T>
| Modifier and Type | Method and Description | 
|---|---|
| String | getBetstopReason()Returns the reason for the most recently sent betstop if the betstop is still active | 
| NamedValue | getBetstopReasonValue()Returns the betstop reason value descriptor | 
| String | getBettingStatus()If this field is set, it reports that a previous betstop was sent but the markets have now
 been reopened. | 
| NamedValue | getBettingStatusValue()Returns the betting status value descriptor | 
| OddsChangeReason | getChangeReason()Get the reason why the odds changed | 
| List<MarketWithOdds> | getMarkets()Returns a list of  MarketWithOddsassociated with the message | 
| default OddsGeneration | getOddsGenerationProperties()Gets the odds generation properties (contains a few key-parameters that can be used in a client’s own special odds model, or even offer spread betting bets based on it) | 
getEvent, getRawMessage, getRequestIdgetProducer, getTimestampsOddsChangeReason getChangeReason()
NamedValue getBetstopReasonValue()
String getBetstopReason()
NamedValue getBettingStatusValue()
String getBettingStatus()
List<MarketWithOdds> getMarkets()
MarketWithOdds associated with the messagegetMarkets in interface MarketMessage<T extends SportEvent>MarketWithOdds associated with the messagedefault OddsGeneration getOddsGenerationProperties()
Copyright © 2016–2025. All rights reserved.