I am developing a Java program that will receive the price feeds from NASDAQ. As I found in the documentation NASDAQ broadcasts the price feed as UDP messages. Is there an API for getting the price feed from NASDAQ or listening to UDP messages is the only way? Can anyone suggest how to develop this client?