Package org.drip.market.exchange
Class DeliverableSwapFuturesContainer
java.lang.Object
org.drip.market.exchange.DeliverableSwapFuturesContainer
public class DeliverableSwapFuturesContainer
extends java.lang.Object
DeliverableSwapFuturesContainer holds the Deliverable Swap Futures Contracts.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description DeliverableSwapFuturesContainer()
-
Method Summary
Modifier and Type Method Description static boolean
Init()
Initialize the Deliverable Swap Futures Container with the pre-set Deliverable Swap Futures Contractstatic DeliverableSwapFutures
ProductInfo(java.lang.String strCurrency, java.lang.String strTenor)
Retrieve the Deliverable Swap Futures Info from the Currency and the TenorMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeliverableSwapFuturesContainer
public DeliverableSwapFuturesContainer()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the Deliverable Swap Futures Container with the pre-set Deliverable Swap Futures Contract- Returns:
- TRUE - The Deliverable Swap Futures Container successfully initialized with the pre-set Deliverable Swap Futures Contract
-
ProductInfo
public static final DeliverableSwapFutures ProductInfo(java.lang.String strCurrency, java.lang.String strTenor)Retrieve the Deliverable Swap Futures Info from the Currency and the Tenor- Parameters:
strCurrency
- The CurrencystrTenor
- The Tenor- Returns:
- The Deliverable Swap Futures Instance
-