vnpy-xtdata 2.0.3__tar.gz → 2.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vnpy_xtdata
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: Xtquant datafeed/pub interface.
5
5
  Author-email: YQ Tsui <qianyun210603@hotmail.com>
6
6
  License-Expression: MIT
@@ -33,7 +33,7 @@ Dynamic: license-file
33
33
  ***
34
34
 
35
35
  <p style="text-align: center;">
36
- <img src ="https://img.shields.io/badge/version-2.0.3-blueviolet.svg" alt="version"/>
36
+ <img src ="https://img.shields.io/badge/version-2.0.4-blueviolet.svg" alt="version"/>
37
37
  <img src ="https://img.shields.io/badge/platform-windows-yellow.svg" alt="platform"/>
38
38
  <img src ="https://img.shields.io/badge/python-3.11|3.12|3.13-blue.svg" alt="python"/>
39
39
  <img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange" alt="license"/>
@@ -3,7 +3,7 @@
3
3
  ***
4
4
 
5
5
  <p style="text-align: center;">
6
- <img src ="https://img.shields.io/badge/version-2.0.3-blueviolet.svg" alt="version"/>
6
+ <img src ="https://img.shields.io/badge/version-2.0.4-blueviolet.svg" alt="version"/>
7
7
  <img src ="https://img.shields.io/badge/platform-windows-yellow.svg" alt="platform"/>
8
8
  <img src ="https://img.shields.io/badge/python-3.11|3.12|3.13-blue.svg" alt="python"/>
9
9
  <img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange" alt="license"/>
@@ -192,7 +192,6 @@ class XtMdApi:
192
192
  turnover=d["amount"],
193
193
  open_interest=d["openInt"],
194
194
  gateway_name="",
195
- localtime=datetime.now(CHINA_TZ),
196
195
  )
197
196
 
198
197
  contract = symbol_contract_map[(tick.symbol, tick.exchange)]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vnpy_xtdata
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: Xtquant datafeed/pub interface.
5
5
  Author-email: YQ Tsui <qianyun210603@hotmail.com>
6
6
  License-Expression: MIT
@@ -33,7 +33,7 @@ Dynamic: license-file
33
33
  ***
34
34
 
35
35
  <p style="text-align: center;">
36
- <img src ="https://img.shields.io/badge/version-2.0.3-blueviolet.svg" alt="version"/>
36
+ <img src ="https://img.shields.io/badge/version-2.0.4-blueviolet.svg" alt="version"/>
37
37
  <img src ="https://img.shields.io/badge/platform-windows-yellow.svg" alt="platform"/>
38
38
  <img src ="https://img.shields.io/badge/python-3.11|3.12|3.13-blue.svg" alt="python"/>
39
39
  <img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange" alt="license"/>
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes