quantconnect-stubs 17473__py3-none-any.whl → 17477__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.
- QuantConnect/Brokerages/__init__.pyi +8 -0
- {quantconnect_stubs-17473.dist-info → quantconnect_stubs-17477.dist-info}/METADATA +1 -1
- {quantconnect_stubs-17473.dist-info → quantconnect_stubs-17477.dist-info}/RECORD +5 -5
- {quantconnect_stubs-17473.dist-info → quantconnect_stubs-17477.dist-info}/WHEEL +0 -0
- {quantconnect_stubs-17473.dist-info → quantconnect_stubs-17477.dist-info}/top_level.txt +0 -0
|
@@ -1120,6 +1120,10 @@ class NewBrokerageOrderNotificationEventArgs(System.Object):
|
|
|
1120
1120
|
"""Creates a new instance"""
|
|
1121
1121
|
...
|
|
1122
1122
|
|
|
1123
|
+
def to_string(self) -> str:
|
|
1124
|
+
"""Returns a string describing the new brokerage order notification."""
|
|
1125
|
+
...
|
|
1126
|
+
|
|
1123
1127
|
|
|
1124
1128
|
class IBrokerageMessageHandler(metaclass=abc.ABCMeta):
|
|
1125
1129
|
"""
|
|
@@ -1256,6 +1260,10 @@ class DelistingNotificationEventArgs(System.Object):
|
|
|
1256
1260
|
"""
|
|
1257
1261
|
...
|
|
1258
1262
|
|
|
1263
|
+
def to_string(self) -> str:
|
|
1264
|
+
"""Returns a string describing the delisting notification."""
|
|
1265
|
+
...
|
|
1266
|
+
|
|
1259
1267
|
|
|
1260
1268
|
class Brokerage(System.Object, QuantConnect.Interfaces.IBrokerage, metaclass=abc.ABCMeta):
|
|
1261
1269
|
"""Represents the base Brokerage implementation. This provides logging on brokerage events."""
|
|
@@ -63,7 +63,7 @@ QuantConnect/Api/Serialization/__init__.pyi,sha256=QazreRB94wRgy4QlYKWcInFeJ4b3N
|
|
|
63
63
|
QuantConnect/Benchmarks/__init__.py,sha256=R88R40175vAvKWO1FE5DBtSow5VJ53ElRMOVRBqhzuI,1226
|
|
64
64
|
QuantConnect/Benchmarks/__init__.pyi,sha256=S3-44iVW-mbeczSdZ8agEINZd8UAZaf3hnxP5U65KWM,3045
|
|
65
65
|
QuantConnect/Brokerages/__init__.py,sha256=KZQ1Lua5IgmaUv8xJ-styLeGrIR4hX1LiBiNasKdvYY,1226
|
|
66
|
-
QuantConnect/Brokerages/__init__.pyi,sha256=
|
|
66
|
+
QuantConnect/Brokerages/__init__.pyi,sha256=Wd50XWmAQHV7UBRfMSetGwEIpKXBUNz8TUyj-WGQDjo,177106
|
|
67
67
|
QuantConnect/Brokerages/Authentication/__init__.py,sha256=4QsOVrHtOapg0AWqnB8ub_6FkqXH_En8h7pDoywdcek,1271
|
|
68
68
|
QuantConnect/Brokerages/Authentication/__init__.pyi,sha256=C5slVstsknd94OH1C1Tnxel-MeyiIvdZauJioY5bHZs,8628
|
|
69
69
|
QuantConnect/Brokerages/Backtesting/__init__.py,sha256=eey6rPGZqPTgs5OOlxJEUc-oLXtULP33yL6vmq43suM,1262
|
|
@@ -402,7 +402,7 @@ clr/__init__.pyi,sha256=21MB2O5_ACzDS7l56ETyFFH9c0TOSGov39Xs1a1r6ik,418
|
|
|
402
402
|
clr/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
403
403
|
exports/__init__.py,sha256=ioORXBph-UrMrE_0Rghav2MU6fWzjozXikRm9MmxAkw,1173
|
|
404
404
|
exports/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
405
|
-
quantconnect_stubs-
|
|
406
|
-
quantconnect_stubs-
|
|
407
|
-
quantconnect_stubs-
|
|
408
|
-
quantconnect_stubs-
|
|
405
|
+
quantconnect_stubs-17477.dist-info/METADATA,sha256=BASkyb6cjdVPLVm_6m1wE6CmWV03K1xbxlXZA4u3aDU,1504
|
|
406
|
+
quantconnect_stubs-17477.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
407
|
+
quantconnect_stubs-17477.dist-info/top_level.txt,sha256=-TybN6WLciSHclJ3a7i35Q5iL86nl5wAmrg1ghSzPvE,92
|
|
408
|
+
quantconnect_stubs-17477.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|