Join the 80,000 other DTN customers who enjoy the fastest, most reliable data available. There is no better value than DTN!

(Move your cursor to this area to pause scrolling)




"I just wanted to let you know how fast and easy I found it to integrate IQFeed into our existing Java code using your JNI client. In my experience, such things almost never go so smoothly - great job!" - Comment from Nate
"IQ feed is brilliant. The support is mind-bending. What service!" - Comment from Public Forum Post
"My broker in Davenport suggested I give you a try as he uses your service and says its the best." - Comment from Bill via RT Chat
"This is an excellent value, the system is generous (allowing for 500 stocks) and stable (and really is tick-by-tick), and the support is fantastic." - Comment from Shirin via Email
"I just wanted to let u know that your data feed/service is by far the best!!! Your unfiltered tick data is excellent for reading order flow and none of your competitors delivers this quality of data!" - Comment from Peter via Email
"I was on the phone with a friend who uses CQG and right after the Fed announcement, CQG was as much as 30 seconds behind DTN.IQ. Some quotes were off by as much as 15-18 cents. Your feed never missed a beat." - Comment from Roger
"I noticed that ******* quotes locked up shortly after the interest rate announcement yesterday while yours stayed stable." - Comment from Ron in Utah
"The people at Nirvana have very nice things to say about your company and I can see why! Price and service is a potent combination." - Comment from Ed
"I like you guys better than *******...much more stable and a whole lot fewer issues." - Comment from Philip
"Thanks for all of your help. Great customer service deserves to be recognized which one the reasons I've been a customer of DTN for over 10 years!" - Comment from Stuart
Home  Search  Register  Login  Recent Posts

Information on DTN's Industries:
DTN Oil & Gas | DTN Trading | DTN Agriculture | DTN Weather
Follow DTNMarkets on Twitter
DTN.IQ/IQFeed on Twitter
DTN News and Analysis on Twitter
»Forums Index »Archive (2017 and earlier) »IQFeed Developer Support »Cannot connect to anything but 127.0.0.1
Author Topic: Cannot connect to anything but 127.0.0.1 (3 messages, Page 1 of 1)

ers811
-Interested User-
Posts: 13
Joined: Mar 4, 2010


Posted: Mar 28, 2010 10:30 PM          Msg. 1 of 3
I'm working with a 500 symbol limit, but there's no way a single computer will handle all the processing of various strategies. They have always been run from different machines in the office. Since I can't load the Connection Manager more than once, I'm trying to just use 1 connection in the house and let a few trading apps connect through it.
I tried this without success:

adminSocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
IPAddress ip = IPAddress.Parse("192.168.1.101");
RegistryKey key = Registry.CurrentUser.OpenSubKey("Software\\DTN\\IQFeed\\Startup");
int port = Convert.ToInt32(key.GetValue("AdminPort", "9300").ToString());
IPEndPoint iq_serv= new IPEndPoint(ip, port);
adminSocket.Connect(iq_serv);

The connection manager is running, but it refuses the connection. Does it refuse connections from anything but localhost?

I understand the potential for abuse, but could this be opened up to at least 192.168.x.x addresses so we can actually use our symbol limit?

If we have a machine that runs a strategy on only 20 or 30 symbols, do we need to pay for another login?

Thanks!
Eric

DTN Todd
-Interested User-
Posts: 74
Joined: Mar 24, 2010


Posted: Mar 29, 2010 12:14 AM          Msg. 2 of 3
We will look into your request and let you know what we are able to determine

Todd DTN

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Mar 29, 2010 11:18 AM          Msg. 3 of 3
Due to restrictions against redistribution of data, IQConnect is required to restrict connections to the local machine. We (Telvent DTN) have products that are better designed for redistribution but as you can imagine, they are far more expensive than IQFeed.

It is certainly possible to process the datafeed for 500 symbols on a single machine without problems. Of course I can't make any guesses as to the processing required for your strategies.

It sounds like you will need to either use a single machine to process the feed or purchase multiple logins to distribute the workload over multiple machines.
 

 

Time: Fri May 3, 2024 12:26 PM CFBB v1.2.0 8 ms.
© AderSoftware 2002-2003