Interface BetStop<T extends SportEvent>

All Superinterfaces:
EventMessage<T>, Message

public interface BetStop<T extends SportEvent> extends EventMessage<T>
Is sent to signal that a set of markets (often all) should be moved to a suspended state (odds updated, but bets not accepted).
  • Method Details

    • getGroups

      List<String> getGroups()
      Returns:
      what group of markets this message applies to. If "all" it means all available markets. Otherwise, only markets who have the specified String as one of their groups
    • getMarketStatus

      MarketStatus getMarketStatus()
      Returns the status of the market
      Returns:
      - the status of the market