Package org.drip.market.exchange
Class ShortTermFuturesContainer
java.lang.Object
org.drip.market.exchange.ShortTermFuturesContainer
public class ShortTermFuturesContainer
extends java.lang.Object
ShortTermFuturesContainer holds the short term futures contracts.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description ShortTermFuturesContainer()
-
Method Summary
Modifier and Type Method Description static ShortTermFutures
ExchangeInfo(java.lang.String strFullyQualifiedName)
Retrieve the Short Term Futures Exchange Info From the Corresponding Forward Labelstatic ShortTermFutures
ExchangeInfo(ForwardLabel forwardLabel)
Retrieve the Short Term Futures Exchange Info From the Corresponding Forward Labelstatic boolean
Init()
Initialize the Short Term Futures Container with the pre-set Short Term ContractsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ShortTermFuturesContainer
public ShortTermFuturesContainer()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the Short Term Futures Container with the pre-set Short Term Contracts- Returns:
- TRUE - The Short Term Futures Container successfully initialized with the pre-set Short Term Contracts
-
ExchangeInfo
Retrieve the Short Term Futures Exchange Info From the Corresponding Forward Label- Parameters:
forwardLabel
- The Forward Label- Returns:
- The Short Term Futures Exchange Info
-
ExchangeInfo
Retrieve the Short Term Futures Exchange Info From the Corresponding Forward Label- Parameters:
strFullyQualifiedName
- The Forward Label- Returns:
- The Short Term Futures Exchange Info
-