Interface MarketMetadata
- All Known Implementing Classes:
MarketMetadataImpl
public interface MarketMetadata
Defines methods used to access market metadata values
-
Method Summary
-
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
Returns the start time of the event (as epoch timestamp)- Returns:
- the start time of the event (as epoch timestamp)
-
getEndTime
Returns the end time of the event (as epoch timestamp)- Returns:
- the end time of the event (as epoch timestamp)
-
getAamsId
Returns the Italian AAMS id for this outright- Returns:
- the Italian AAMS id for this outright
-