Package org.drip.market.exchange
Class TreasuryFuturesOptionContainer
java.lang.Object
org.drip.market.exchange.TreasuryFuturesOptionContainer
public class TreasuryFuturesOptionContainer
extends java.lang.Object
TreasuryFuturesOptionContainer holds the Details of the Treasury Futures Options Contracts.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description TreasuryFuturesOptionContainer()
-
Method Summary
Modifier and Type Method Description static TreasuryFuturesOptionConvention
FromContract(java.lang.String strContractName)
Retrieve the Treasury Futures Option Convention from the Contract Namestatic boolean
Init()
Initialize the Treasury Futures Options Convention Container with the ConventionsMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TreasuryFuturesOptionContainer
public TreasuryFuturesOptionContainer()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the Treasury Futures Options Convention Container with the Conventions- Returns:
- TRUE - The Treasury Futures Options Convention Container successfully initialized
-
FromContract
Retrieve the Treasury Futures Option Convention from the Contract Name- Parameters:
strContractName
- The Options Contract Name- Returns:
- The Treasury Futures Option Convention
-