httptrading 1.0.6__py3-none-any.whl → 1.0.7__py3-none-any.whl

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.
httptrading/model.py CHANGED
@@ -7,6 +7,9 @@ from dataclasses import dataclass, field
7
7
  class TradeType(enum.Enum):
8
8
  Securities = enum.auto()
9
9
  Cryptocurrencies = enum.auto()
10
+ Indexes = enum.auto() # 指数
11
+ Currencies = enum.auto() # 货币对
12
+ Yields = enum.auto() # 利率
10
13
 
11
14
 
12
15
  class Unit(enum.Enum):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: httptrading
3
- Version: 1.0.6
3
+ Version: 1.0.7
4
4
  Summary: 统一交易通道的接口服务
5
5
  Author-email: songwei <github@songwei.name>
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  httptrading/__init__.py,sha256=H2kepS94z3YQWMyvM7R3WVbP4iDYgwGssLcYG24dnPQ,306
2
2
  httptrading/http_server.py,sha256=jj6mVhKly5C6fT1Ew6AMu4rG-7rlofs5FSvcCeIMJmk,9124
3
- httptrading/model.py,sha256=2oWz3VIIMEiIEX6Jg4itBYdZtJbKEgTMzudvVk1cIJ8,7717
3
+ httptrading/model.py,sha256=EaQoKeMJ_gluRFxWoUjSDwAYzX0cSU0UsdzPtCN8T1U,7834
4
4
  httptrading/broker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  httptrading/broker/base.py,sha256=P149UlFyy277y40qHPH9DdvbEy-j1x26QDllXV6XPMg,5664
6
6
  httptrading/broker/futu_sec.py,sha256=ztK_vpKAs7qNIfNXcqv_FBWs4gvxoMdaWNjGfb7vodE,20081
@@ -11,8 +11,8 @@ httptrading/tool/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
11
11
  httptrading/tool/leaky_bucket.py,sha256=Bvab3Fkn16hhZ1-WLCFcPkbFH_bHHhQ9boLv8HrmGSE,2817
12
12
  httptrading/tool/locate.py,sha256=vSIzd09FWKmckkgY3mWtFXQm2Z0VIKv4FCXHT44e61s,2748
13
13
  httptrading/tool/time.py,sha256=7eVmZ_td72JLjsBRLjMOHklxltNbOxeN97uSLi7wvIA,2188
14
- httptrading-1.0.6.dist-info/licenses/LICENSE,sha256=KfMSrfnpo-TOqpCTJqnbcZNl0w7ErxadsMQf8uas_tY,1093
15
- httptrading-1.0.6.dist-info/METADATA,sha256=wtg2mMM7OJ4IsILR9IEt48Zn645wVyTITqkoC6sqWvs,17519
16
- httptrading-1.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- httptrading-1.0.6.dist-info/top_level.txt,sha256=rsLGrGN6QubO9ILQRktwrWtxfGsGAmWUnQq7XksKu-4,12
18
- httptrading-1.0.6.dist-info/RECORD,,
14
+ httptrading-1.0.7.dist-info/licenses/LICENSE,sha256=KfMSrfnpo-TOqpCTJqnbcZNl0w7ErxadsMQf8uas_tY,1093
15
+ httptrading-1.0.7.dist-info/METADATA,sha256=OJH6e0I-FbgOgEfM_f0uQZb7TyJqQJRkNandpdaO2Ww,17519
16
+ httptrading-1.0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ httptrading-1.0.7.dist-info/top_level.txt,sha256=rsLGrGN6QubO9ILQRktwrWtxfGsGAmWUnQq7XksKu-4,12
18
+ httptrading-1.0.7.dist-info/RECORD,,