datahub_binary 1.2.0__cp312-cp312-win_amd64.whl → 1.2.2__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.
@@ -1430,23 +1430,25 @@ class QrySblListRsp(_message.Message):
1430
1430
  def __init__(self, msg_type: _Optional[int] = ..., sbl_list: _Optional[_Iterable[_Union[SblList, _Mapping]]] = ..., request_id: _Optional[str] = ..., status: _Optional[int] = ..., reason: _Optional[str] = ..., last_timestamp: _Optional[int] = ...) -> None: ...
1431
1431
 
1432
1432
  class LockSblReq(_message.Message):
1433
- __slots__ = ("msg_type", "strategy_id", "instrument_id", "lock_qty", "cl_order_id", "last_timestamp")
1433
+ __slots__ = ("msg_type", "strategy_id", "instrument_id", "lock_qty", "cl_order_id", "last_timestamp", "sbl_id")
1434
1434
  MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
1435
1435
  STRATEGY_ID_FIELD_NUMBER: _ClassVar[int]
1436
1436
  INSTRUMENT_ID_FIELD_NUMBER: _ClassVar[int]
1437
1437
  LOCK_QTY_FIELD_NUMBER: _ClassVar[int]
1438
1438
  CL_ORDER_ID_FIELD_NUMBER: _ClassVar[int]
1439
1439
  LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
1440
+ SBL_ID_FIELD_NUMBER: _ClassVar[int]
1440
1441
  msg_type: int
1441
1442
  strategy_id: int
1442
1443
  instrument_id: str
1443
1444
  lock_qty: int
1444
1445
  cl_order_id: str
1445
1446
  last_timestamp: int
1446
- def __init__(self, msg_type: _Optional[int] = ..., strategy_id: _Optional[int] = ..., instrument_id: _Optional[str] = ..., lock_qty: _Optional[int] = ..., cl_order_id: _Optional[str] = ..., last_timestamp: _Optional[int] = ...) -> None: ...
1447
+ sbl_id: str
1448
+ def __init__(self, msg_type: _Optional[int] = ..., strategy_id: _Optional[int] = ..., instrument_id: _Optional[str] = ..., lock_qty: _Optional[int] = ..., cl_order_id: _Optional[str] = ..., last_timestamp: _Optional[int] = ..., sbl_id: _Optional[str] = ...) -> None: ...
1447
1449
 
1448
1450
  class LockSblRsp(_message.Message):
1449
- __slots__ = ("msg_type", "strategy_id", "account_id", "instrument_id", "locked_qty", "intrate", "status", "duration", "reason", "cl_order_id", "last_timestamp")
1451
+ __slots__ = ("msg_type", "strategy_id", "account_id", "instrument_id", "locked_qty", "intrate", "status", "duration", "reason", "cl_order_id", "last_timestamp", "sbl_id")
1450
1452
  MSG_TYPE_FIELD_NUMBER: _ClassVar[int]
1451
1453
  STRATEGY_ID_FIELD_NUMBER: _ClassVar[int]
1452
1454
  ACCOUNT_ID_FIELD_NUMBER: _ClassVar[int]
@@ -1458,6 +1460,7 @@ class LockSblRsp(_message.Message):
1458
1460
  REASON_FIELD_NUMBER: _ClassVar[int]
1459
1461
  CL_ORDER_ID_FIELD_NUMBER: _ClassVar[int]
1460
1462
  LAST_TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
1463
+ SBL_ID_FIELD_NUMBER: _ClassVar[int]
1461
1464
  msg_type: int
1462
1465
  strategy_id: int
1463
1466
  account_id: str
@@ -1469,7 +1472,8 @@ class LockSblRsp(_message.Message):
1469
1472
  reason: str
1470
1473
  cl_order_id: str
1471
1474
  last_timestamp: int
1472
- def __init__(self, msg_type: _Optional[int] = ..., strategy_id: _Optional[int] = ..., account_id: _Optional[str] = ..., instrument_id: _Optional[str] = ..., locked_qty: _Optional[int] = ..., intrate: _Optional[float] = ..., status: _Optional[int] = ..., duration: _Optional[int] = ..., reason: _Optional[str] = ..., cl_order_id: _Optional[str] = ..., last_timestamp: _Optional[int] = ...) -> None: ...
1475
+ sbl_id: str
1476
+ def __init__(self, msg_type: _Optional[int] = ..., strategy_id: _Optional[int] = ..., account_id: _Optional[str] = ..., instrument_id: _Optional[str] = ..., locked_qty: _Optional[int] = ..., intrate: _Optional[float] = ..., status: _Optional[int] = ..., duration: _Optional[int] = ..., reason: _Optional[str] = ..., cl_order_id: _Optional[str] = ..., last_timestamp: _Optional[int] = ..., sbl_id: _Optional[str] = ...) -> None: ...
1473
1477
 
1474
1478
  class QryLockRecordReq(_message.Message):
1475
1479
  __slots__ = ("msg_type", "strategy_id", "instrument_id", "request_id", "last_timestamp")
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datahub_binary
3
- Version: 1.2.0
3
+ Version: 1.2.2
4
4
  Summary: A comprehensive Python library for data processing, integration, and management.
5
5
  Requires-Python: <3.13,>=3.9
6
6
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
- datahub.cp312-win_amd64.pyd,sha256=u_6qAHyuwdCbA7533HrLLrfmAj_dT3yRAOtoUlG_N7M,1689088
1
+ datahub.cp312-win_amd64.pyd,sha256=yojyCZcBLs1-LcdlcRDGvIhIIVyfS9m_sOX0o5_95tA,1707520
2
2
  datahub.pyi,sha256=8HXrC_9uuH03DtGCJIlr4-jb33B9rgHhs9ZZ4Q4li4A,1483
3
- datahub/protos/client_pb2.pyi,sha256=ebsx5IVM4WNW6WkzAc7tlHHP9F2Vjm2qiB3BfbqdsKg,220502
3
+ datahub/protos/client_pb2.pyi,sha256=fX6CbpbTXODppkUU2WbK8QY3cGTrWExe7bTUz8A-Ml4,220694
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.2.0.dist-info/METADATA,sha256=Kx7LSTQmGJCglVOyX96j9InX1e-86d5X7Hkqz7b5gvw,806
14
- datahub_binary-1.2.0.dist-info/WHEEL,sha256=6lHXtyzub60jjZTum_OT6AjonO6zK02E_p9UqOSDNcM,96
15
- datahub_binary-1.2.0.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
16
- datahub_binary-1.2.0.dist-info/RECORD,,
13
+ datahub_binary-1.2.2.dist-info/METADATA,sha256=iNAB4AsYMCP-nfmR6DoAB7iMTuwe7gPx9YWh4ms1Ia0,806
14
+ datahub_binary-1.2.2.dist-info/WHEEL,sha256=6lHXtyzub60jjZTum_OT6AjonO6zK02E_p9UqOSDNcM,96
15
+ datahub_binary-1.2.2.dist-info/top_level.txt,sha256=J0rzqYfZghMgpObWaPGhQtV88I-KXrgArDvi_ddf6ZA,8
16
+ datahub_binary-1.2.2.dist-info/RECORD,,