Interface MarketManager
- All Known Implementing Classes:
MarketManagerService
public interface MarketManager
Encapsulates broker market interactions.
- Author:
- John Collins
-
Method Summary
Modifier and Type Method Description doublegetMeanMarketPrice()Returns the mean price observed in the market
-
Method Details
-
getMeanMarketPrice
double getMeanMarketPrice()Returns the mean price observed in the market
-