Skip to content

Commit

Permalink
remove incorrect code
Browse files Browse the repository at this point in the history
  • Loading branch information
djkelleher committed May 15, 2024
1 parent e26b89c commit 74522cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ib_async/decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ def contractDetails(self, fields):
if len(times) > 1:
cd.lastTradeTime = times[1]

if len(times) > 2:
cd.timeZoneId = times[2]

cd.longName = cd.longName.encode().decode("unicode-escape")
self.parse(cd)
self.parse(c)
Expand Down

0 comments on commit 74522cb

Please sign in to comment.