Skip to content

Commit c04c319

Browse files
committed
added symbolId to Instrument
1 parent a36dc1a commit c04c319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/project_x_py/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Instrument:
3636
tickSize: float
3737
tickValue: float
3838
activeContract: bool
39-
symbolId: str
39+
symbolId: str | None = None
4040

4141

4242
@dataclass

0 commit comments

Comments
 (0)