Class TopMoversOptions

    • Field Detail

      • markets

        public String[] markets
        Market list, e.g. ["HK", "US", "CN", "SG"]. Pass null or an empty array to return all markets.
      • sort

        public Integer sort
        Sort order. 0 = time (newest first), 1 = price change, 2 = hotness (default). Pass null to use the server default.
      • date

        public String date
        Target date in "YYYY-MM-DD" format. Pass null to return the latest data.
      • limit

        public Integer limit
        Maximum number of results to return. Pass null to use the server default (20).
    • Constructor Detail

      • TopMoversOptions

        public TopMoversOptions()