Class CDXRefData

java.lang.Object
org.drip.feed.loader.CDXRefData

public class CDXRefData
extends java.lang.Object
CDXRefData contains the functionality to load the standard CDX reference data and definitions, and create compile time static classes for these definitions.

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    CDXRefData()  
  • Method Summary

    Modifier and Type Method Description
    static boolean LoadCDXDefinitions​(java.lang.String strCDXRefDataFile)
    Load Built-in CDX Definitions

    Methods inherited from class java.lang.Object

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

    • CDXRefData

      public CDXRefData()
  • Method Details

    • LoadCDXDefinitions

      public static final boolean LoadCDXDefinitions​(java.lang.String strCDXRefDataFile)
      Load Built-in CDX Definitions
      Parameters:
      strCDXRefDataFile - CDX Reference Data Definitions File
      Returns:
      TRUE - Built-in CDX Definitions successfully loaded