fixed ib_async.wrapper ERROR for tickType 88 and 90 #192
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
During the execution found numerous errors:
ib_async.wrapper ERROR: tickString with tickType 88: unhandled value: '1763653969'
Due to unhandled tickType 88
as well tickType 90 was unhandled :
AssertionError: Received tick tickType=90 value=0 but we don't have an attribute mapping for it? Triggered from ticker.contract=Stock(conId=4817283, symbol='RCMT', exchange='NASDAQ', currency='USD', localSymbol='RCMT', tradingClass='NMS')
2025-11-20 17:00:16,731 ib_async.Decoder ERROR: Error for tickGeneric([796, 90, 0.0]):
Traceback (most recent call last):
File "/home/opc/.local/lib/python3.11/site-packages/ib_async/decoder.py", line 170, in handler
method(*args)
File "/home/opc/.local/lib/python3.11/site-packages/ib_async/wrapper.py", line 1208, in tickGeneric
assert tickType in GENERIC_TICK_MAP, (