Skip to content

Commit a36dc1a

Browse files
committed
added symbolId to Instrument
1 parent 854d2ef commit a36dc1a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/project_x_py/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,6 @@ def _create_session(self) -> requests.Session:
263263
session.mount("http://", adapter)
264264
session.mount("https://", adapter)
265265

266-
# Set default timeout
267-
session.timeout = self.timeout_seconds
268-
269266
return session
270267

271268
def _cleanup_cache(self) -> None:

src/project_x_py/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class Instrument:
3636
tickSize: float
3737
tickValue: float
3838
activeContract: bool
39+
symbolId: str
3940

4041

4142
@dataclass

0 commit comments

Comments
 (0)