quantconnect-stubs 17476__py3-none-any.whl → 17479__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.
@@ -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."""
@@ -22,6 +22,10 @@ class BinanceFutureMarginInterestRateModel(System.Object, QuantConnect.Securitie
22
22
  ...
23
23
 
24
24
 
25
+ class dYdXFutureMarginInterestRateModel(QuantConnect.Securities.CryptoFuture.BinanceFutureMarginInterestRateModel):
26
+ """The responsibility of this model is to apply future funding rate cash flows to the portfolio based on open positions"""
27
+
28
+
25
29
  class CryptoFutureMarginModel(QuantConnect.Securities.SecurityMarginModel):
26
30
  """The crypto future margin model which supports both Coin and USDT futures"""
27
31
 
@@ -172,6 +172,8 @@ class ExtendedLayoutKind(IntEnum):
172
172
 
173
173
  C_STRUCT = 0
174
174
 
175
+ C_UNION = 1
176
+
175
177
 
176
178
  class PosixSignal(IntEnum):
177
179
  """This class has no documentation."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quantconnect-stubs
3
- Version: 17476
3
+ Version: 17479
4
4
  Summary: Type stubs for QuantConnect's Lean
5
5
  Home-page: https://github.com/QuantConnect/quantconnect-stubs-generator
6
6
  Author: QuantConnect
@@ -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=dflm4ULdMq--CBBqS2i-4lRFbcogswzis2CzT5w8sx0,176866
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
@@ -205,7 +205,7 @@ QuantConnect/Securities/Cfd/__init__.pyi,sha256=hc-Lgk-L0-HQW9lyJ9Naav6EBFLa3Pq7
205
205
  QuantConnect/Securities/Crypto/__init__.py,sha256=G5uEfMrpVR3tdmLSbRScw6iGkRtohDIKGLTKi3_AH6Q,1247
206
206
  QuantConnect/Securities/Crypto/__init__.pyi,sha256=45V1QhImyNKM8jANz6PSVvPrvuqgL4RNK4kzBtfAcyg,5193
207
207
  QuantConnect/Securities/CryptoFuture/__init__.py,sha256=j3HUYvUHdJpR2NLBzyOrK_bi3Dv-au8vJvmH6gbtAIA,1265
208
- QuantConnect/Securities/CryptoFuture/__init__.pyi,sha256=er3xn5k8ciBA-W3C8Sg5Y6ZmzTplpYGZ3XpkMddwREs,6831
208
+ QuantConnect/Securities/CryptoFuture/__init__.pyi,sha256=McQhq5nbAJa_r1TmDj2E7InPqDHOvNijS-uCZU6GtQ0,7076
209
209
  QuantConnect/Securities/CurrencyConversion/__init__.py,sha256=NdUVWdo2xjmLXKrYB6DgLxgTizpymBmK5g8030fgLIk,1283
210
210
  QuantConnect/Securities/CurrencyConversion/__init__.pyi,sha256=Fb5rRo-e9-okt2g_rcGDlrWnY-8QgR3TyhgfkHz_CEI,8264
211
211
  QuantConnect/Securities/Equity/__init__.py,sha256=8ODoUlQxAf8CvxNChOm7rIKixeR5-AQt8e-c0S7U2Y8,1247
@@ -330,7 +330,7 @@ System/Runtime/ConstrainedExecution/__init__.pyi,sha256=OfikZWWNZbN9xSNIJ4es4t2l
330
330
  System/Runtime/ExceptionServices/__init__.py,sha256=gDCEIY1te5h4H8ud6Z30gF-Os-WdbvG_BHCSrKJNPq8,1247
331
331
  System/Runtime/ExceptionServices/__init__.pyi,sha256=NtD231MORPAtq8HqwBETvmK3bzK-12e5gY4sbq44JJU,1550
332
332
  System/Runtime/InteropServices/__init__.py,sha256=EVqrrYxQVLXov5ZdlxmwhJLG4MoFoXXixMrNgct3ETU,1241
333
- System/Runtime/InteropServices/__init__.pyi,sha256=_A5iLx2Pgf0uN_U5seiA9T4M8jRgDQlWptGhGPY79NU,83855
333
+ System/Runtime/InteropServices/__init__.pyi,sha256=GkTbDdgSBIU2wxkBZ_VQQfXgzgBqqbXEpY5csjy7DrM,83872
334
334
  System/Runtime/InteropServices/ComTypes/__init__.py,sha256=56Z1fy5GrUMpsPp6J-d4DeUHEdV8ocxOYDcIWF7WBJU,1268
335
335
  System/Runtime/InteropServices/ComTypes/__init__.pyi,sha256=mi75xxTObh0Gs3yeOH7nEsiJdYUlQldbaeV-w4tOczg,41251
336
336
  System/Runtime/InteropServices/Java/__init__.py,sha256=N1ITYdKWohBgsYRcPXmXCGB_spK0zA20UBnJFwp7-f4,1256
@@ -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-17476.dist-info/METADATA,sha256=wecC2OM1nHJmFD9pF_P6vTf-U_iCoC-cdbXYOU4rgqs,1504
406
- quantconnect_stubs-17476.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
407
- quantconnect_stubs-17476.dist-info/top_level.txt,sha256=-TybN6WLciSHclJ3a7i35Q5iL86nl5wAmrg1ghSzPvE,92
408
- quantconnect_stubs-17476.dist-info/RECORD,,
405
+ quantconnect_stubs-17479.dist-info/METADATA,sha256=QKxkHSbj1_SiqyFSoWqfavWTpwrhDKeCoHFdwKl5yAQ,1504
406
+ quantconnect_stubs-17479.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
407
+ quantconnect_stubs-17479.dist-info/top_level.txt,sha256=-TybN6WLciSHclJ3a7i35Q5iL86nl5wAmrg1ghSzPvE,92
408
+ quantconnect_stubs-17479.dist-info/RECORD,,