Class AnomalyItem


  • public class AnomalyItem
    extends Object
    One market anomaly event, e.g. a large block trade or margin buying surge.
    • Field Detail

      • symbol

        public String symbol
        Security symbol.
      • name

        public String name
        Security name.
      • alertName

        public String alertName
        Anomaly type name, e.g. "大宗交易", "融资买入".
      • alertTime

        public long alertTime
        Time of the anomaly (unix timestamp in milliseconds).
      • changeValues

        public String[] changeValues
        Change values associated with the anomaly.
      • emotion

        public int emotion
        Sentiment direction: 1 = positive/up, 2 = negative/down.
    • Constructor Detail

      • AnomalyItem

        public AnomalyItem()