Package org.drip.param.quote
Class TickerPriceStatisticsContainer
java.lang.Object
org.drip.param.quote.TickerPriceStatisticsContainer
public class TickerPriceStatisticsContainer
extends java.lang.Object
TickerPriceStatisticsContainer maintains the Running "Thin" Price Statistics for all Tickers.
- Module = Product Core Module
- Library = Fixed Income Analytics
- Project = Product Cash Flow, Valuation, Market, Pricing, and Quoting Parameters
- Package = Multi-sided Multi-Measure Ticks Quotes
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description TickerPriceStatisticsContainer()Empty TickerPriceStatisticsContainer -
Method Summary
Modifier and Type Method Description booleanaddInstance(java.lang.String ticker, double price)Add an Instance of the Ticker/Pricejava.util.Map<java.lang.String,TickerPriceStatistics>tickerPriceStatisticsMap()Retrieve the Ticker Price Statistics Mapjava.lang.StringtoString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
TickerPriceStatisticsContainer
public TickerPriceStatisticsContainer()Empty TickerPriceStatisticsContainer
-
-
Method Details
-
tickerPriceStatisticsMap
Retrieve the Ticker Price Statistics Map- Returns:
- The Ticker Price Statistics Map
-
addInstance
public boolean addInstance(java.lang.String ticker, double price)Add an Instance of the Ticker/Price- Parameters:
ticker- Tickerprice- Price- Returns:
- TRUE - The Ticker/Price Instance successfully added
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-