Class AlertValueMap


  • public class AlertValueMap
    extends Object
    Trigger value of a price alert.

    Exactly one field is populated, depending on the alert condition: price for absolute-price alerts, chg for percentage-change alerts.

    • Field Detail

      • price

        public BigDecimal price
        Absolute price threshold, e.g. 500 (null if not set).
      • chg

        public Double chg
        Percentage-change threshold, e.g. 5 (null if not set).
    • Constructor Detail

      • AlertValueMap

        public AlertValueMap()