datahub_binary 0.7.10__cp312-cp312-win_amd64.whl → 0.7.11__cp312-cp312-win_amd64.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.
- datahub/protos/client_pb2.pyi +3906 -3844
- datahub/protos/common_pb2.pyi +604 -603
- datahub/protos/management_pb2.pyi +444 -443
- datahub/protos/position_pb2.pyi +416 -394
- datahub/protos/query_pb2.pyi +310 -309
- datahub/protos/quote_pb2.pyi +477 -458
- datahub/protos/signal_pb2.pyi +295 -289
- datahub/protos/strategy_pb2.pyi +615 -603
- datahub/protos/trade_pb2.pyi +921 -912
- datahub.cp312-win_amd64.pyd +0 -0
- datahub.pyi +4 -1
- {datahub_binary-0.7.10.dist-info → datahub_binary-0.7.11.dist-info}/METADATA +1 -1
- datahub_binary-0.7.11.dist-info/RECORD +16 -0
- datahub/protos/martrix_pb2.pyi +0 -24
- datahub_binary-0.7.10.dist-info/RECORD +0 -17
- {datahub_binary-0.7.10.dist-info → datahub_binary-0.7.11.dist-info}/WHEEL +0 -0
- {datahub_binary-0.7.10.dist-info → datahub_binary-0.7.11.dist-info}/top_level.txt +0 -0
datahub.cp312-win_amd64.pyd
CHANGED
Binary file
|
datahub.pyi
CHANGED
@@ -48,7 +48,10 @@ import socket
|
|
48
48
|
import google
|
49
49
|
import google.protobuf
|
50
50
|
import google.protobuf.internal
|
51
|
-
import
|
51
|
+
import datahub.protos.martrix_pb2
|
52
|
+
import protos
|
53
|
+
import protos.node_msg
|
54
|
+
import protos.client_msg
|
52
55
|
import sys
|
53
56
|
import functools
|
54
57
|
import paramiko
|
@@ -0,0 +1,16 @@
|
|
1
|
+
datahub.cp312-win_amd64.pyd,sha256=M7DcVJ63zJTJVRyPFzy6DO7ahkvvO-7Q5ea3MS3Ah78,1430528
|
2
|
+
datahub.pyi,sha256=qU5igTjErCd3i2KZphXPAeazmcqma6G8n-ZPMoAo0I0,1164
|
3
|
+
datahub/protos/client_pb2.pyi,sha256=vOTz9rj8woahAYEwXZWdPR2bQ9PiW34srpDwnqkW9dM,206420
|
4
|
+
datahub/protos/common_pb2.pyi,sha256=KCzIIakHr0iViKFNFcK1ZotkqcQuZ9_XTNIfvyvcSbM,32839
|
5
|
+
datahub/protos/management_pb2.pyi,sha256=DtHNxR31C1T4HTUWT7KSsFPMvHiq37u_3G3aO__McA8,23183
|
6
|
+
datahub/protos/position_pb2.pyi,sha256=wSZhWzGyKValoReHf1B8SYCJdxLOHFmfn8NWfQUIHsI,20169
|
7
|
+
datahub/protos/query_pb2.pyi,sha256=V6-yht8zbiCm02e7MTb1Ag_afoMnBFX1YsIETdom87I,15945
|
8
|
+
datahub/protos/quote_pb2.pyi,sha256=ABdjA0nKtVGrMzEBWK3UdkJ2Gkqr8qCJDB4GsSBMGPE,26227
|
9
|
+
datahub/protos/signal_pb2.pyi,sha256=HJxCtrEOlc1cBtH-ywFRvKItT0IiLyQVb0jzdkRF6mY,15879
|
10
|
+
datahub/protos/strategy_pb2.pyi,sha256=JmRoiuRdyE_1m6qQxxBMAvLp2OngDSHxTYivkcZQ2PU,32767
|
11
|
+
datahub/protos/trade_pb2.pyi,sha256=YLZFMLEMR3q1fSQxgyR81BsVvYngNQPbKPKvLA7ktjs,49810
|
12
|
+
datahub.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
13
|
+
datahub_binary-0.7.11.dist-info/METADATA,sha256=UzeJimGZ-mWBw8FcP6nSKHoIAgahU6CHEcnG-e9NPN4,671
|
14
|
+
datahub_binary-0.7.11.dist-info/WHEEL,sha256=x5rgv--I0NI0IT1Lh9tN1VG2cI637p3deednwYLKnxc,96
|
15
|
+
datahub_binary-0.7.11.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
|
16
|
+
datahub_binary-0.7.11.dist-info/RECORD,,
|
datahub/protos/martrix_pb2.pyi
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
from google.protobuf.internal import containers as _containers
|
2
|
-
from google.protobuf import descriptor as _descriptor
|
3
|
-
from google.protobuf import message as _message
|
4
|
-
from typing import ClassVar as _ClassVar, Iterable as _Iterable, Optional as _Optional
|
5
|
-
|
6
|
-
DESCRIPTOR: _descriptor.FileDescriptor
|
7
|
-
|
8
|
-
class FinancialMatrix(_message.Message):
|
9
|
-
__slots__ = ["cols", "data_matrix", "instrument_ids", "last_timestamp", "msg_sequence", "msg_type", "trade_time"]
|
10
|
-
COLS_FIELD_NUMBER: _ClassVar[int]
|
11
|
-
DATA_MATRIX_FIELD_NUMBER: _ClassVar[int]
|
12
|
-
INSTRUMENT_IDS_FIELD_NUMBER: _ClassVar[int]
|
13
|
-
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
14
|
-
MSG_SEQUENCE_FIELD_NUMBER: _ClassVar[int]
|
15
|
-
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
16
|
-
TRADE_TIME_FIELD_NUMBER: _ClassVar[int]
|
17
|
-
cols: _containers.RepeatedScalarFieldContainer[str]
|
18
|
-
data_matrix: _containers.RepeatedScalarFieldContainer[int]
|
19
|
-
instrument_ids: _containers.RepeatedScalarFieldContainer[str]
|
20
|
-
last_timestamp: int
|
21
|
-
msg_sequence: int
|
22
|
-
msg_type: int
|
23
|
-
trade_time: int
|
24
|
-
def __init__(self, msg_type: _Optional[int] = ..., msg_sequence: _Optional[int] = ..., trade_time: _Optional[int] = ..., last_timestamp: _Optional[int] = ..., instrument_ids: _Optional[_Iterable[str]] = ..., cols: _Optional[_Iterable[str]] = ..., data_matrix: _Optional[_Iterable[int]] = ...) -> None: ...
|
@@ -1,17 +0,0 @@
|
|
1
|
-
datahub.cp312-win_amd64.pyd,sha256=5GWANB4Z6byTXC19mwdAvoTJGzyMfWSC_i6JUArEQSU,1403392
|
2
|
-
datahub.pyi,sha256=jmVpNfMpjO4_0RrTAxbK0ryA0LV2Ym-e8PtddMnCg5M,1085
|
3
|
-
datahub/protos/client_pb2.pyi,sha256=XoBy-Uc7GjSVy5mLJYZxi92KoS4zdRhnghDJ_xRUew8,207166
|
4
|
-
datahub/protos/common_pb2.pyi,sha256=AYkmddRuNBi79jh-toaSWCOI01Z-r2pv9CDVt9pXv0Y,33415
|
5
|
-
datahub/protos/management_pb2.pyi,sha256=P6BdsJvUaprhUYWHtLoLkFc5tRGrMHzaUQCeo_crj1g,23598
|
6
|
-
datahub/protos/martrix_pb2.pyi,sha256=nTGTU8uOogYPz250K61FtBClhbhEz6aCitPHM1wP6Mk,1366
|
7
|
-
datahub/protos/position_pb2.pyi,sha256=CxcKlaO_rZYYMlgzFTU0_FBhjbv4dDhnWuoiilj1cQU,19736
|
8
|
-
datahub/protos/query_pb2.pyi,sha256=UQzzJi0_Rh-bdH9sZo4c7hzOrnT5cCLorPILpN8zUqg,16227
|
9
|
-
datahub/protos/quote_pb2.pyi,sha256=7S0zdgbGP1VUCg7ICNoFGdZL5WVDN8bWM7FZMEL-apo,25614
|
10
|
-
datahub/protos/signal_pb2.pyi,sha256=Mrer_IB7pC4JxYRPuOjxttQpkQiMBzs1XzrujGzz0Dg,15865
|
11
|
-
datahub/protos/strategy_pb2.pyi,sha256=SyhYNNFJJ6tPoZ_5gw00yYv3bdqLOXXwWJ4M8Ns5td8,32747
|
12
|
-
datahub/protos/trade_pb2.pyi,sha256=Hh1s0lUrIsSKDi_AsIGe96rH2GEV87xqGsYnlV0NzRU,50251
|
13
|
-
datahub.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
14
|
-
datahub_binary-0.7.10.dist-info/METADATA,sha256=kfO37OMHv7gL_L8H4HAr4_R5VUIQxOtUoZOzI90WPHE,671
|
15
|
-
datahub_binary-0.7.10.dist-info/WHEEL,sha256=x5rgv--I0NI0IT1Lh9tN1VG2cI637p3deednwYLKnxc,96
|
16
|
-
datahub_binary-0.7.10.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
|
17
|
-
datahub_binary-0.7.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|