Guys, NxCore is not a multicast. I'm looking to build a raw feed handler.
Quote from fareastcoast:
Guys, NxCore is not a multicast. I'm looking to build a raw feed handler.
Quote from nitro:
I have built many feedhandlers, some of which can handle data in the microsecond range for HFT.
I don't understand your question. Do you want someone to program the feedhandler, or you want to be able to replay data and feed it to your feedhandler as if it were multicast?
Quote from alpha123:
Just to understand what you need for feed handler to work, read UTP data feed spec (and similar feed specs)
http://www.nasdaqtrader.com/content/technicalsupport/specifications/utp/utdfspecification.pdf
Generate fake data from those specs in your data producer code multicast it and consume data in your feed handler code, that's it.
Good luck
Have a buddy use wireshark to capture the packets [for a day]. Then replay it in your own network. A little clumsy but would work.Quote from fareastcoast:
Basically, I want to receive the CTS/CQS/UTP multicast from the exchanges. To do that, I need to develop a feed handler to handle that type of data stream. But it costs $6k/month to get access to that multicast. So instead of spending $6/month while I am developing, I would like to simulate that stream, for instance, using a past day's tape, to develop my feed handler. I'm wondering if NYSE/Nasdaq provides a service like this and whether anybody on here is sophisticated enough to know about it.
Quote from nitro:
Have a buddy use wireshark to capture the packets [for a day]. Then replay it in your own network. A little clumsy but would work.
http://wiki.wireshark.org/CaptureSetup/Ethernet