Hi Team,
When I tried to take an example code from Github which is provided by @Ketan_Gupta @Ketan for websocket. I am facing a module error for the below code. No module found MarketDataFeedV3_pb2.
import asyncio
import json
import ssl
import websockets
import requests
from google.protobuf.json_format import MessageToDict
import MarketDataFeedV3_pb2 as pb
Kindly Assit.