Package org.drip.market.exchange
Class FuturesOptionsContainer
java.lang.Object
org.drip.market.exchange.FuturesOptionsContainer
public class FuturesOptionsContainer
extends java.lang.Object
FuturesOptionsContainer holds the short term futures options contracts.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description FuturesOptionsContainer()
-
Method Summary
Modifier and Type Method Description static FuturesOptions
ExchangeInfo(java.lang.String strFullyQualifiedName, java.lang.String strTradingMode)
Retrieve the FuturesOptions Exchange Infostatic boolean
Init()
Initialize the Overnight Index Container with the Overnight IndexesMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FuturesOptionsContainer
public FuturesOptionsContainer()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the Overnight Index Container with the Overnight Indexes- Returns:
- TRUE - The Overnight Index Container successfully initialized with the indexes
-
ExchangeInfo
public static final FuturesOptions ExchangeInfo(java.lang.String strFullyQualifiedName, java.lang.String strTradingMode)Retrieve the FuturesOptions Exchange Info- Parameters:
strFullyQualifiedName
- Fully Qualified NamestrTradingMode
- Trading Mode- Returns:
- The FuturesOptions Exchange Info
-