datafeed icon indicating copy to clipboard operation
datafeed copied to clipboard

renaming report to tick

Open yinhm opened this issue 10 years ago • 1 comments

  • renaming report to tick
  • client:
    • get_report -> get_tick
    • get_reports -> get_tickss
    • put_reports -> put_ticks
    • method deprecation, will be remove in the next release.
  • all internal naming should change to tick, eg: tickstore

yinhm avatar Apr 22 '14 08:04 yinhm

代码里仍然是get_report,没有get_tick。 另外有个疑问,Tick应该是分笔数据,但我看了代码,系统里并没有保存分笔数据,而是收到分笔数据后将dstore.dump里的原来的数据更新(而不保存历史数据),然后每分钟Archive一次,变成分时数据。 我有个需求,要统计某个股票当天超过1000手的分笔数量,但系统里并没有这些数据,是因为通视接口不提供吗?

dindom999 avatar Jan 06 '16 05:01 dindom999