Hi all, I am new here though I've been in readonly mode for a bit. I am a professional Software Engineer embarking on build a stock/futures trading station.
Naturally, I've been trying to find a high quality data feed (no symbol limits or text-parsing or flaky systems, thank you). Based on negative reviews, I've more or less ruled out IQFeed/Barcharts/ActiveTick/QuantQuote. I feel reasonably comfortable about Nanex' NxCore having read their API docs and enquired on pricing. As a s/w engineer, I do appreciate some of their design decisions like making network a non-issue and guaranteeing in-order delivery of every exchange update. Neat.
However, I am more comfortable with Java over C++. I don't have an ultra low latency strategy; so I plan to introduce a layer to talk between Java and C++ to have the meat of my code in Java. However, I would like to avoid spending time on building & maintaining this layer, if it can be helped.
I am wondering if I anyone knew a similarly high quality feed but with a Java API. Ideally, it would be a thick client too that offers similar semantics as NxCore, but I am happy to hear other suggestions as well.
Thanks !
Naturally, I've been trying to find a high quality data feed (no symbol limits or text-parsing or flaky systems, thank you). Based on negative reviews, I've more or less ruled out IQFeed/Barcharts/ActiveTick/QuantQuote. I feel reasonably comfortable about Nanex' NxCore having read their API docs and enquired on pricing. As a s/w engineer, I do appreciate some of their design decisions like making network a non-issue and guaranteeing in-order delivery of every exchange update. Neat.
However, I am more comfortable with Java over C++. I don't have an ultra low latency strategy; so I plan to introduce a layer to talk between Java and C++ to have the meat of my code in Java. However, I would like to avoid spending time on building & maintaining this layer, if it can be helped.
I am wondering if I anyone knew a similarly high quality feed but with a Java API. Ideally, it would be a thick client too that offers similar semantics as NxCore, but I am happy to hear other suggestions as well.
Thanks !