Interface AvailableSelections

All Known Implementing Classes:
AvailableSelectionsImpl

public interface AvailableSelections
Provides an available selections for a particular event
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Urn of the event
    Returns the list of markets for this event
  • Method Details

    • getEventId

      Urn getEventId()
      Returns the Urn of the event
      Returns:
      the Urn of the event
    • getMarkets

      List<Market> getMarkets()
      Returns the list of markets for this event
      Returns:
      the list of markets for this event