Class IndustryPeerNode


  • public class IndustryPeerNode
    extends Object
    A node in the recursive industry peer chain.

    nextJson contains the child nodes serialised as a JSON string.

    • Field Detail

      • name

        public String name
        Node name
      • counterId

        public String counterId
        Counter ID
      • stockNum

        public int stockNum
        Number of stocks in this node
      • chg

        public String chg
        Change percentage
      • ytdChg

        public String ytdChg
        Year-to-date change
      • nextJson

        public String nextJson
        Child nodes as a JSON string
    • Constructor Detail

      • IndustryPeerNode

        public IndustryPeerNode()