All Known Implementing Classes:
MarketImpl

public interface Market
Provides a market
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the id of the market
    Returns outcomes for this market
    Returns the specifiers for this market
  • Method Details

    • getId

      int getId()
      Returns the id of the market
      Returns:
      the id of the market
    • getSpecifiers

      String getSpecifiers()
      Returns the specifiers for this market
      Returns:
      the specifiers for this market
    • getOutcomes

      List<String> getOutcomes()
      Returns outcomes for this market
      Returns:
      outcomes for this market