Skip to content

Commit f24afd5

Browse files
committed
Refine parameter description
1 parent d374b11 commit f24afd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nautilus_trader/live/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class LiveExecEngineConfig(ExecEngineConfig, frozen=True):
104104
If there is a discrepancy then an order status report is generated and reconciled.
105105
A recommended setting is between 5-10 seconds, consider API rate limits and the additional
106106
request weights.
107-
If no positive value is specified then the open order checking task is not started.
107+
If no value is specified then the open order checking task is not started.
108108
open_check_open_only : bool, default True
109109
If True, the **check_open_orders** requests only currently open orders from the venue.
110110
If False, it requests the entire order history, which can be a heavy API call.

0 commit comments

Comments
 (0)