Class DeliverableSwapFuturesContainer

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

public class DeliverableSwapFuturesContainer
extends java.lang.Object
Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    DeliverableSwapFuturesContainer()  
  • Method Summary

    Modifier and Type Method Description
    static boolean Init()
    Initialize the Deliverable Swap Futures Container with the pre-set Deliverable Swap Futures Contract
    static DeliverableSwapFutures ProductInfo​(java.lang.String strCurrency, java.lang.String strTenor)
    Retrieve the Deliverable Swap Futures Info from the Currency and the Tenor

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeliverableSwapFuturesContainer

      public DeliverableSwapFuturesContainer()
  • Method Details

    • Init

      public static final boolean Init()
      Initialize the Deliverable Swap Futures Container with the pre-set Deliverable Swap Futures Contract
      Returns:
      TRUE - The Deliverable Swap Futures Container successfully initialized with the pre-set Deliverable Swap Futures Contract
    • ProductInfo

      public static final DeliverableSwapFutures ProductInfo​(java.lang.String strCurrency, java.lang.String strTenor)
      Retrieve the Deliverable Swap Futures Info from the Currency and the Tenor
      Parameters:
      strCurrency - The Currency
      strTenor - The Tenor
      Returns:
      The Deliverable Swap Futures Instance