quantconnect-stubs 17493__py3-none-any.whl → 17496__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/Securities/CryptoFuture/__init__.pyi +14 -1
- {quantconnect_stubs-17493.dist-info → quantconnect_stubs-17496.dist-info}/METADATA +1 -1
- {quantconnect_stubs-17493.dist-info → quantconnect_stubs-17496.dist-info}/RECORD +5 -5
- {quantconnect_stubs-17493.dist-info → quantconnect_stubs-17496.dist-info}/WHEEL +0 -0
- {quantconnect_stubs-17493.dist-info → quantconnect_stubs-17496.dist-info}/top_level.txt +0 -0
|
@@ -29,10 +29,23 @@ class dYdXFutureMarginInterestRateModel(QuantConnect.Securities.CryptoFuture.Bin
|
|
|
29
29
|
class CryptoFutureMarginModel(QuantConnect.Securities.SecurityMarginModel):
|
|
30
30
|
"""The crypto future margin model which supports both Coin and USDT futures"""
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
@overload
|
|
33
|
+
def __init__(self, leverage: float = 25) -> None:
|
|
33
34
|
"""
|
|
34
35
|
Creates a new instance
|
|
35
36
|
|
|
37
|
+
:param leverage: The leverage to use, used on initial margin requirements, default 25x
|
|
38
|
+
"""
|
|
39
|
+
...
|
|
40
|
+
|
|
41
|
+
@overload
|
|
42
|
+
def __init__(self, leverage: float, maintenance_margin_rate: float = 0.05, maintenance_amount: float = 0) -> None:
|
|
43
|
+
"""
|
|
44
|
+
Creates a new instance
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
This constructor is deprecated, please use the overload without maintenance_margin_rate and maintenance_amount parameters.
|
|
48
|
+
|
|
36
49
|
:param leverage: The leverage to use, used on initial margin requirements, default 25x
|
|
37
50
|
:param maintenance_margin_rate: The maintenance margin rate, default 5%
|
|
38
51
|
:param maintenance_amount: The maintenance amount which will reduce maintenance margin requirements, default 0
|
|
@@ -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=
|
|
208
|
+
QuantConnect/Securities/CryptoFuture/__init__.pyi,sha256=_p91rkCioea8sAZHespDNDRP_PNxcTtuo_OoSTo-zQE,7474
|
|
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
|
|
@@ -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-17496.dist-info/METADATA,sha256=dwwarNSR5bLGvZSfLwOjsxQcHzyzCht7P5SYQ-dYTUs,1504
|
|
406
|
+
quantconnect_stubs-17496.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
407
|
+
quantconnect_stubs-17496.dist-info/top_level.txt,sha256=-TybN6WLciSHclJ3a7i35Q5iL86nl5wAmrg1ghSzPvE,92
|
|
408
|
+
quantconnect_stubs-17496.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|