Interface Market
- All Known Subinterfaces:
MarketCancel,MarketWithOdds,MarketWithProbabilities,MarketWithRollbackSettlement,MarketWithSettlement
- All Known Implementing Classes:
MarketWithProbabilitiesImpl
public interface Market
The basic Market interface
-
Method Details
-
getId
int getId()- Returns:
- the id of the market
-
getSpecifiers
Returns the Map of specifiers for this market (can be empty)- Returns:
- the specifiers for this market (can be empty)
-
getName
String getName()- Returns:
- the name of the market (specifier placeholders are replaced with actual values)
-
getName
-
getMarketDefinition
MarketDefinition getMarketDefinition()- Returns:
- the associated market definition
-
getAdditionalMarketInfo
Returns additional market information(extended market specifiers) - can be empty- Returns:
- additional market information(extended market specifiers)
-
getNames
-