datahub_binary 1.1.5__cp312-cp312-win_amd64.whl → 1.1.8__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 +12 -6
- datahub.cp312-win_amd64.pyd +0 -0
- {datahub_binary-1.1.5.dist-info → datahub_binary-1.1.8.dist-info}/METADATA +1 -1
- {datahub_binary-1.1.5.dist-info → datahub_binary-1.1.8.dist-info}/RECORD +6 -6
- {datahub_binary-1.1.5.dist-info → datahub_binary-1.1.8.dist-info}/WHEEL +0 -0
- {datahub_binary-1.1.5.dist-info → datahub_binary-1.1.8.dist-info}/top_level.txt +0 -0
datahub/protos/client_pb2.pyi
CHANGED
@@ -1384,16 +1384,18 @@ class QryStrategyPositionRsp(_message.Message):
|
|
1384
1384
|
def __init__(self, msg_type: _Optional[int] = ..., strategy_positions: _Optional[_Iterable[_Union[StrategyPosition, _Mapping]]] = ..., request_id: _Optional[str] = ..., status: _Optional[int] = ..., reason: _Optional[str] = ..., last_timestamp: _Optional[int] = ...) -> None: ...
|
1385
1385
|
|
1386
1386
|
class QrySblListReq(_message.Message):
|
1387
|
-
__slots__ = ("msg_type", "broker", "request_id", "last_timestamp")
|
1387
|
+
__slots__ = ("msg_type", "broker", "sbl_ids", "request_id", "last_timestamp")
|
1388
1388
|
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
1389
1389
|
BROKER_FIELD_NUMBER: _ClassVar[int]
|
1390
|
+
SBL_IDS_FIELD_NUMBER: _ClassVar[int]
|
1390
1391
|
REQUEST_ID_FIELD_NUMBER: _ClassVar[int]
|
1391
1392
|
LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
1392
1393
|
msg_type: int
|
1393
1394
|
broker: str
|
1395
|
+
sbl_ids: _containers.RepeatedScalarFieldContainer[str]
|
1394
1396
|
request_id: str
|
1395
1397
|
last_timestamp: int
|
1396
|
-
def __init__(self, msg_type: _Optional[int] = ..., broker: _Optional[str] = ..., request_id: _Optional[str] = ..., last_timestamp: _Optional[int] = ...) -> None: ...
|
1398
|
+
def __init__(self, msg_type: _Optional[int] = ..., broker: _Optional[str] = ..., sbl_ids: _Optional[_Iterable[str]] = ..., request_id: _Optional[str] = ..., last_timestamp: _Optional[int] = ...) -> None: ...
|
1397
1399
|
|
1398
1400
|
class SblList(_message.Message):
|
1399
1401
|
__slots__ = ("sbl_id", "broker", "trade_date", "instrument_id", "intrate", "avail_sbl_qty")
|
@@ -1444,10 +1446,12 @@ class LockSblReq(_message.Message):
|
|
1444
1446
|
def __init__(self, msg_type: _Optional[int] = ..., investor_id: _Optional[str] = ..., instrument_id: _Optional[str] = ..., lock_qty: _Optional[int] = ..., cl_order_id: _Optional[str] = ..., last_timestamp: _Optional[int] = ...) -> None: ...
|
1445
1447
|
|
1446
1448
|
class LockSblRsp(_message.Message):
|
1447
|
-
__slots__ = ("msg_type", "investor_id", "instrument_id", "status", "reason", "cl_order_id", "last_timestamp")
|
1449
|
+
__slots__ = ("msg_type", "investor_id", "instrument_id", "locked_qty", "fee", "status", "reason", "cl_order_id", "last_timestamp")
|
1448
1450
|
MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
|
1449
1451
|
INVESTOR_ID_FIELD_NUMBER: _ClassVar[int]
|
1450
1452
|
INSTRUMENT_ID_FIELD_NUMBER: _ClassVar[int]
|
1453
|
+
LOCKED_QTY_FIELD_NUMBER: _ClassVar[int]
|
1454
|
+
FEE_FIELD_NUMBER: _ClassVar[int]
|
1451
1455
|
STATUS_FIELD_NUMBER: _ClassVar[int]
|
1452
1456
|
REASON_FIELD_NUMBER: _ClassVar[int]
|
1453
1457
|
CL_ORDER_ID_FIELD_NUMBER: _ClassVar[int]
|
@@ -1455,11 +1459,13 @@ class LockSblRsp(_message.Message):
|
|
1455
1459
|
msg_type: int
|
1456
1460
|
investor_id: str
|
1457
1461
|
instrument_id: str
|
1462
|
+
locked_qty: int
|
1463
|
+
fee: float
|
1458
1464
|
status: int
|
1459
1465
|
reason: str
|
1460
1466
|
cl_order_id: str
|
1461
1467
|
last_timestamp: int
|
1462
|
-
def __init__(self, msg_type: _Optional[int] = ..., investor_id: _Optional[str] = ..., instrument_id: _Optional[str] = ..., status: _Optional[int] = ..., reason: _Optional[str] = ..., cl_order_id: _Optional[str] = ..., last_timestamp: _Optional[int] = ...) -> None: ...
|
1468
|
+
def __init__(self, msg_type: _Optional[int] = ..., investor_id: _Optional[str] = ..., instrument_id: _Optional[str] = ..., locked_qty: _Optional[int] = ..., fee: _Optional[float] = ..., status: _Optional[int] = ..., reason: _Optional[str] = ..., cl_order_id: _Optional[str] = ..., last_timestamp: _Optional[int] = ...) -> None: ...
|
1463
1469
|
|
1464
1470
|
class QryLockRecordReq(_message.Message):
|
1465
1471
|
__slots__ = ("msg_type", "investor_id", "instrument_id", "request_id", "last_timestamp")
|
@@ -1491,13 +1497,13 @@ class LockRecord(_message.Message):
|
|
1491
1497
|
instrument_id: str
|
1492
1498
|
locked_qty: int
|
1493
1499
|
fee: float
|
1494
|
-
status:
|
1500
|
+
status: int
|
1495
1501
|
reason: str
|
1496
1502
|
cl_order_id: str
|
1497
1503
|
duration: int
|
1498
1504
|
request_time: int
|
1499
1505
|
response_time: int
|
1500
|
-
def __init__(self, sbl_id: _Optional[str] = ..., instrument_id: _Optional[str] = ..., locked_qty: _Optional[int] = ..., fee: _Optional[float] = ..., status: _Optional[
|
1506
|
+
def __init__(self, sbl_id: _Optional[str] = ..., instrument_id: _Optional[str] = ..., locked_qty: _Optional[int] = ..., fee: _Optional[float] = ..., status: _Optional[int] = ..., reason: _Optional[str] = ..., cl_order_id: _Optional[str] = ..., duration: _Optional[int] = ..., request_time: _Optional[int] = ..., response_time: _Optional[int] = ...) -> None: ...
|
1501
1507
|
|
1502
1508
|
class QryLockRecordRsp(_message.Message):
|
1503
1509
|
__slots__ = ("msg_type", "investor_id", "lock_records", "request_id", "status", "reason", "last_timestamp")
|
datahub.cp312-win_amd64.pyd
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
|
-
datahub.cp312-win_amd64.pyd,sha256
|
1
|
+
datahub.cp312-win_amd64.pyd,sha256=gIlAuAA6ACOztATaBCSP1-yaCwUIprMyARdXvTrea9M,1684992
|
2
2
|
datahub.pyi,sha256=8HXrC_9uuH03DtGCJIlr4-jb33B9rgHhs9ZZ4Q4li4A,1483
|
3
|
-
datahub/protos/client_pb2.pyi,sha256=
|
3
|
+
datahub/protos/client_pb2.pyi,sha256=gdHlX5JKLug8yhxy71cU85O1OHSAU0mqkdrFtecbKI0,219786
|
4
4
|
datahub/protos/common_pb2.pyi,sha256=KCzIIakHr0iViKFNFcK1ZotkqcQuZ9_XTNIfvyvcSbM,32839
|
5
5
|
datahub/protos/management_pb2.pyi,sha256=DtHNxR31C1T4HTUWT7KSsFPMvHiq37u_3G3aO__McA8,23183
|
6
6
|
datahub/protos/position_pb2.pyi,sha256=wSZhWzGyKValoReHf1B8SYCJdxLOHFmfn8NWfQUIHsI,20169
|
@@ -10,7 +10,7 @@ datahub/protos/signal_pb2.pyi,sha256=HJxCtrEOlc1cBtH-ywFRvKItT0IiLyQVb0jzdkRF6mY
|
|
10
10
|
datahub/protos/strategy_pb2.pyi,sha256=JmRoiuRdyE_1m6qQxxBMAvLp2OngDSHxTYivkcZQ2PU,32767
|
11
11
|
datahub/protos/trade_pb2.pyi,sha256=YLZFMLEMR3q1fSQxgyR81BsVvYngNQPbKPKvLA7ktjs,49810
|
12
12
|
datahub.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
13
|
-
datahub_binary-1.1.
|
14
|
-
datahub_binary-1.1.
|
15
|
-
datahub_binary-1.1.
|
16
|
-
datahub_binary-1.1.
|
13
|
+
datahub_binary-1.1.8.dist-info/METADATA,sha256=CIEk_2lcdcl7c4uQPYp-f2yboym-z4WLEWGyiT4Frm4,806
|
14
|
+
datahub_binary-1.1.8.dist-info/WHEEL,sha256=SU2_HBufUwluHzNLWf6ucTrUi8P63d1DtFFyF9d3EYc,96
|
15
|
+
datahub_binary-1.1.8.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
|
16
|
+
datahub_binary-1.1.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|