Interface IMarketDataRetrievalService.IPillar

    • Method Detail

      • getValue

        Object getValue​(int priority)
        The content of the pillar
        Parameters:
        priority - Ordinal of the content to retrieve, it should be lower than getDepth()
        Returns:
        A pillar Id
      • getDepth

        int getDepth()
        The number of different content available for this pillar
        Returns:
        A size
      • equals

        boolean equals​(Object o)
        This function has to be able to compare two IPillar
        Overrides:
        equals in class Object
        Parameters:
        o - The other pillar
        Returns:
        true if both pillar represent the same functional pillar. The implementation type may be different.