Class FuturesOptionsContainer

java.lang.Object
org.drip.market.exchange.FuturesOptionsContainer

public class FuturesOptionsContainer
extends java.lang.Object
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 Info
    static boolean Init()
    Initialize the Overnight Index Container with the Overnight Indexes

    Methods 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 Name
      strTradingMode - Trading Mode
      Returns:
      The FuturesOptions Exchange Info