We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d374b11 commit f24afd5Copy full SHA for f24afd5
nautilus_trader/live/config.py
@@ -104,7 +104,7 @@ class LiveExecEngineConfig(ExecEngineConfig, frozen=True):
104
If there is a discrepancy then an order status report is generated and reconciled.
105
A recommended setting is between 5-10 seconds, consider API rate limits and the additional
106
request weights.
107
- If no positive value is specified then the open order checking task is not started.
+ If no value is specified then the open order checking task is not started.
108
open_check_open_only : bool, default True
109
If True, the **check_open_orders** requests only currently open orders from the venue.
110
If False, it requests the entire order history, which can be a heavy API call.
0 commit comments