Interface RollbackBetCancel<T extends SportEvent>
- All Superinterfaces:
EventMessage<T>,MarketMessage<T>,Message
This message is sent to rollback/undo a previously sent out BetCancel message if possible. This
could for example happen if our operator during a game by mistake cancels the wrong market
(resulting in a cancel bet getting sent). Then realizing the mistake.
-
Method Summary
Methods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.EventMessage
getEvent, getRawMessage, getRequestIdMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.MarketMessage
getMarketsMethods inherited from interface com.sportradar.unifiedodds.sdk.oddsentities.Message
getProducer, getTimestamps
-
Method Details
-
getStartTime
Date getStartTime()- Returns:
- the timestamp from when bets placed should be rejected (if 0 this means all bets). This should correspond to a startime in a previous betcancel
-
getEndTime
Date getEndTime()- Returns:
- the end of the period for which bets placed should be rejected (if 0 this means all bets). This should correspond to the endtime in a previous betcancel
-