Interface MarketMetadata

All Known Implementing Classes:
MarketMetadataImpl

public interface MarketMetadata
Defines methods used to access market metadata values
  • Method Summary

    Modifier and Type
    Method
    Description
    default Long
    Returns the Italian AAMS id for this outright
    default Long
    Returns the end time of the event (as epoch timestamp)
    Returns a timestamp in UTC when to betstop the associated market.
    default Long
    Returns the start time of the event (as epoch timestamp)
  • Method Details

    • getNextBetstop

      Long getNextBetstop()
      Returns a timestamp in UTC when to betstop the associated market. Typically used for outrights and typically is the start-time of the event the market refers to.
      Returns:
      a timestamp in UTC in which to bestop the associated market.
    • getStartTime

      default Long getStartTime()
      Returns the start time of the event (as epoch timestamp)
      Returns:
      the start time of the event (as epoch timestamp)
    • getEndTime

      default Long getEndTime()
      Returns the end time of the event (as epoch timestamp)
      Returns:
      the end time of the event (as epoch timestamp)
    • getAamsId

      default Long getAamsId()
      Returns the Italian AAMS id for this outright
      Returns:
      the Italian AAMS id for this outright