Closed ChrisPetersen1098 closed 1 year ago
Hi Chris, Yes, I'm aware of the issue, it's a message type that was added in 2017 after we wrote the code for 5.0. I have a fix almost ready, I'll try to push it soon.
Best, Vincent
On Wed, Sep 22, 2021 at 4:14 PM ChrisPetersen1098 @.***> wrote:
I was trying to parse 07302019.NASDAQ_ITCH50.gz, which is a sample on the NASDAQ ftp site. It parsed 96million messages and then failed providing the following message:
Exception: ('ITCH50MessageParser:ITCH_factory', 'Unknown message type: J')
I looked up message type J on NASDAQ and it is "Indicates the auction collar thresholds within which a paused security can reopen following a LULD Trading Pause".
Clearly a rare message. Any way to get around this issue?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vgreg/MeatPy/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAWCAQWSHKPJIIVVXRBUYDUDI2I7ANCNFSM5ESEUD4A .
Hi Chris, I push the fix to the master branch. I'll try to update the package on pipy this week, but in the meantime you can just get it from the repo.
I was trying to parse 07302019.NASDAQ_ITCH50.gz, which is a sample on the NASDAQ ftp site. It parsed 96million messages and then failed providing the following message:
Exception: ('ITCH50MessageParser:ITCH_factory', 'Unknown message type: J')
I looked up message type J on NASDAQ and it is "Indicates the auction collar thresholds within which a paused security can reopen following a LULD Trading Pause".
Clearly a rare message. Any way to get around this issue?