Interface RollbackBetCancel<T extends SportEvent>

All Superinterfaces:
EventMessage<T>, MarketMessage<T>, Message

public interface RollbackBetCancel<T extends SportEvent> extends MarketMessage<T>
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 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