Package org.drip.feed.loader
Class TenorQuote
java.lang.Object
org.drip.feed.loader.TenorQuote
public class TenorQuote
extends java.lang.Object
TenorQuote holds the Instrument Tenor and Closing Quote.
- Module = Computational Core Module
- Library = Computation Support
- Project = Load, Transform, and compute Target Metrics across Feeds
- Package = Reference/Market Data Feed Loader
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description TenorQuote(java.lang.String strTenor, double dblQuote)
TenorQuote Constructor -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
TenorQuote
public TenorQuote(java.lang.String strTenor, double dblQuote) throws java.lang.ExceptionTenorQuote Constructor- Parameters:
strTenor
- The Closing TenordblQuote
- The Closing Quote- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
tenor
public java.lang.String tenor()Retrieve the Closing Tenor- Returns:
- The Closing Tenor
-
quote
public double quote()Retrieve the Closing Quote- Returns:
- The Closing Quote
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-