Quote from silicon.bz:
No biggie, I am extremely ignorant. Just about stocks, not computing ;ppp It sure does look like you're right on the money about Java, and with nxcore I'm not sure of a broker that supports it. They all seem to do either Java stuff if they are reputable, or HTTP stuff if they are not.. Thank you for the help.
Nxcore is actually a data feed, so not a complete solution. I thought maybe you can use the data feed without Java but then send the trades with a Java API. That way there's a bit less of Java altogether, so I pointed out nxcore. Not sure if they still support UNIX but they used to.
Basically you should probably look for a separate data feed so you don't use the same one a broker will provide. That's also a good thing to keep in mind: the fact that data and execution are usually (or should be) separate. There are good affordable ones out there, like someone mentioned DTN/IQFeed (but i think they also only have java). It's probably not all that bad to have execution with java and data feed without.
