datahub_binary 0.7.9__cp312-cp312-win_amd64.whl → 0.7.10__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 +3844 -3844
- datahub/protos/common_pb2.pyi +603 -603
- datahub/protos/management_pb2.pyi +443 -443
- datahub/protos/martrix_pb2.pyi +24 -24
- datahub/protos/position_pb2.pyi +394 -394
- datahub/protos/query_pb2.pyi +309 -309
- datahub/protos/quote_pb2.pyi +458 -458
- datahub/protos/signal_pb2.pyi +289 -289
- datahub/protos/strategy_pb2.pyi +603 -603
- datahub/protos/trade_pb2.pyi +912 -912
- datahub.cp312-win_amd64.pyd +0 -0
- datahub.pyi +1 -0
- {datahub_binary-0.7.9.dist-info → datahub_binary-0.7.10.dist-info}/METADATA +1 -1
- datahub_binary-0.7.10.dist-info/RECORD +17 -0
- datahub_binary-0.7.9.dist-info/RECORD +0 -17
- {datahub_binary-0.7.9.dist-info → datahub_binary-0.7.10.dist-info}/WHEEL +0 -0
- {datahub_binary-0.7.9.dist-info → datahub_binary-0.7.10.dist-info}/top_level.txt +0 -0
datahub/protos/martrix_pb2.pyi
CHANGED
@@ -1,24 +1,24 @@
|
|
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
|
+
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: ...
|