Class ShortTermFuturesContainer

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

public class ShortTermFuturesContainer
extends java.lang.Object
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 Label
    static ShortTermFutures ExchangeInfo​(ForwardLabel forwardLabel)
    Retrieve the Short Term Futures Exchange Info From the Corresponding Forward Label
    static boolean Init()
    Initialize the Short Term Futures Container with the pre-set Short Term Contracts

    Methods 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

      public static final ShortTermFutures ExchangeInfo​(ForwardLabel forwardLabel)
      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

      public static final ShortTermFutures ExchangeInfo​(java.lang.String strFullyQualifiedName)
      Retrieve the Short Term Futures Exchange Info From the Corresponding Forward Label
      Parameters:
      strFullyQualifiedName - The Forward Label
      Returns:
      The Short Term Futures Exchange Info