I am implementing Market Data Feed V3 using Python.
My WebSocket connects and I receive binary ticks,
but decoding fails because the official
market_data_feed.proto file is not available.
Please share:
• The official Market Data Feed V3 .proto file
• Or a link to the GitHub repo containing it
This is required to decode binary protobuf ticks.