quantconnect-stubs 17481__py3-none-any.whl → 17485__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/Orders/__init__.pyi +14 -0
- {quantconnect_stubs-17481.dist-info → quantconnect_stubs-17485.dist-info}/METADATA +1 -1
- {quantconnect_stubs-17481.dist-info → quantconnect_stubs-17485.dist-info}/RECORD +5 -5
- {quantconnect_stubs-17481.dist-info → quantconnect_stubs-17485.dist-info}/WHEEL +0 -0
- {quantconnect_stubs-17481.dist-info → quantconnect_stubs-17485.dist-info}/top_level.txt +0 -0
QuantConnect/Orders/__init__.pyi
CHANGED
|
@@ -166,6 +166,20 @@ class dYdXOrderProperties(QuantConnect.Orders.OrderProperties):
|
|
|
166
166
|
def post_only(self, value: bool) -> None:
|
|
167
167
|
...
|
|
168
168
|
|
|
169
|
+
@property
|
|
170
|
+
def ioc(self) -> bool:
|
|
171
|
+
"""
|
|
172
|
+
Enforces that an order only be placed
|
|
173
|
+
on the book as a maker order. Note this means that validators will cancel
|
|
174
|
+
any newly placed post only orders that would cross with other maker
|
|
175
|
+
orders.
|
|
176
|
+
"""
|
|
177
|
+
...
|
|
178
|
+
|
|
179
|
+
@ioc.setter
|
|
180
|
+
def ioc(self, value: bool) -> None:
|
|
181
|
+
...
|
|
182
|
+
|
|
169
183
|
@property
|
|
170
184
|
def gas_limit(self) -> int:
|
|
171
185
|
"""The maximum amount of gas to use for the order."""
|
|
@@ -169,7 +169,7 @@ QuantConnect/Optimizer/Parameters/__init__.pyi,sha256=PUJaiC7hkmvw-d5Xuc_XBDSNLg
|
|
|
169
169
|
QuantConnect/Optimizer/Strategies/__init__.py,sha256=YbaSlUBULMrLr-KmGZ-4nJ6jM3L9APVWdTg6CWGQI7A,1256
|
|
170
170
|
QuantConnect/Optimizer/Strategies/__init__.pyi,sha256=OChxe2gEUgFEBeN7-5VERTmu1_FKdyJLNKAohx-GSMk,11086
|
|
171
171
|
QuantConnect/Orders/__init__.py,sha256=WE59vNuxNQhoBFWPW2Dhyx2nHXFYP5DV2jDKIMg7H4o,1214
|
|
172
|
-
QuantConnect/Orders/__init__.pyi,sha256=
|
|
172
|
+
QuantConnect/Orders/__init__.pyi,sha256=qSogfkc8iX0Ftkci1UKJwVZROLU-GLlcHa98NXMal4o,130401
|
|
173
173
|
QuantConnect/Orders/Fees/__init__.py,sha256=15ZvyliLAKz2lH7lmZzUg30bt3JQCSssEsqwY43kaiw,1229
|
|
174
174
|
QuantConnect/Orders/Fees/__init__.pyi,sha256=ymVkRHVvluZESoRoOyQmHFcW9z8TTOxoVDUNhWdnmyM,34645
|
|
175
175
|
QuantConnect/Orders/Fills/__init__.py,sha256=g8IQPj7NvWW-KlZR-uVzabEvpYGhG3BXowuZ5eFGbjc,1232
|
|
@@ -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-17485.dist-info/METADATA,sha256=RGix44gLJd0tUJ00n90dOAaaRIxoihtigkXpes70Qe0,1504
|
|
406
|
+
quantconnect_stubs-17485.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
407
|
+
quantconnect_stubs-17485.dist-info/top_level.txt,sha256=-TybN6WLciSHclJ3a7i35Q5iL86nl5wAmrg1ghSzPvE,92
|
|
408
|
+
quantconnect_stubs-17485.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|