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 854d2ef commit a36dc1aCopy full SHA for a36dc1a
src/project_x_py/client.py
@@ -263,9 +263,6 @@ def _create_session(self) -> requests.Session:
263
session.mount("http://", adapter)
264
session.mount("https://", adapter)
265
266
- # Set default timeout
267
- session.timeout = self.timeout_seconds
268
-
269
return session
270
271
def _cleanup_cache(self) -> None:
src/project_x_py/models.py
@@ -36,6 +36,7 @@ class Instrument:
36
tickSize: float
37
tickValue: float
38
activeContract: bool
39
+ symbolId: str
40
41
42
@dataclass
0 commit comments