hadrianl / huobi

火币的行情交易的python实现
MIT License
154 stars 64 forks source link

关于Trade Detail行情数据存入MongoDB的问题 #3

Closed chanson-chan closed 6 years ago

chanson-chan commented 6 years ago

Trade Detail返回的数据msg['tick‘]['data’]列表中的‘id‘字段因为是整数,太长导致插入MongoDB时会报错,得转为str再插入

而且into_db中对depth的数据没处理呀

hadrianl commented 6 years ago

好的,已收到邮件,稍后会更新过来的,但是depth的数据里面有存在version这个字段吗?

hadrianl commented 6 years ago

调试了一下,depth里面的ts和version两个字段怎么理解?

chanson-chan commented 6 years ago

ts肯定是时间戳,至于version我也很困惑为什么要多这个字段出来,目前来看这两个字段的表现是一样的,ts相等的数据version也相等

hadrianl commented 6 years ago

不一定,我看了,version应该是唯一标识,有存在version相同,ts不同的情况的,虽然比较少