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)




"There is no doubt that IQFeed is the best data provider. I am very satisfied with your services. And IQFeed is the only one that I would recommend to my friends. Now, most of them are using your product in China." - Comment from Zhezhe
"I cannot believe what a difference it makes trading with ProphetX!" - Comment from Bruce in Los Angeles
"Just a thank you for the very helpful and prompt assistance and services. You provided me with noticeably superior service in my setup compared to a couple of other options I had looked at." - Comment from John
"Version 4.0.0.2 has been working well for me and I appreciate that it is now a much tighter client to work with. I feel I can go to press with my own application and rely on a stable platform" - Comment from David in IA.
"Thank God for your Data Feed as the only Zippers I see are on my pants (LOL), and no more 200 pip spikes to mess up charts." - Comment from Spiro via Email
"Excellent datafeed !!!" - Comment from Arely
"With HUGE volume on AAPL and RIMM for 2 days, everyone in a trading room was whining about freezes, crashes and lag with *******, RealTick, TS and Cyber. InvestorRT with IQFeed was rock solid. I mean SOLID!" - Comment from Public IRC Chat
"You have an excellent product !!!!!!" - Comment from Arely
"If you are serious about your trading I would not rely on IB data for serious daytrading. Took me a while to justify the cost of IQ Feed and in the end, it's just a 2 point stop on ES. Better safe than sorry" - Comment from Public Forum
"The service is great, I see a noticeable improvement in my volume profiles over [broker]'s data feed" - Comment from Larry
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 »More than one application using IQFeed in same machine
Author Topic: More than one application using IQFeed in same machine (9 messages, Page 1 of 1)

alexdapJT
-Interested User-
Posts: 3
Joined: Feb 1, 2016


Posted: Feb 1, 2016 11:35 PM          Msg. 1 of 9
Hi,
I have more than one application using IQFeed,
with same login ID so I can have n clients for each application.

e.g.:
login ID 12345
Application A 4 clients
Application B 2 clients

I would like to disconnect the applications from IQFeed separately

so for example if I close Application A, I would like disconnect just the related 4 clients, not the login ID.
Doing this I would be able to check how many clients are still connected and in case of the Application B is not running I can completely close the IQFeed form.

I tried disconnecting the COM objects

DTNIQFeedCOMLib.MarketDepth2.ReqServerDisconnect();
DTNIQFeedCOMLib.LevelOne2.ReqServerDisconnect();

but no results

I tried also through Admin TCP/IP

S,DISCONNECT

but it closes the general connection without unlink the clients (anyway it wouldn't be useful for my purpose)
but no results

Is there any way to achieve this management?


It's my first time in this forum I hope to be enough clear.


I'm using IQFeed 1.0.0.0

Many thanks for your support

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


Posted: Feb 1, 2016 11:45 PM          Msg. 2 of 9
Hello
I will have the Developers look into this.
thanks
Todd

quickTick
-Interested User-
Posts: 53
Joined: Nov 17, 2013


Posted: Feb 2, 2016 01:08 AM          Msg. 3 of 9
AFAIK you can just close the sockets of Application A. IQConnect will terminate only if all sockets are closed, so if Application B still has sockets open, IQConnect will remain connected.

Also IQConnect will terminate only after a timeout, which can be changed per command line option and some registry setting.

Another thing your application could do, is use S,CLIENTSTATS ON to see which other connections exist, but that doesn't seem necessary.

Hope that helps until DTN will respond tomorrow.

quickTick
-Interested User-
Posts: 53
Joined: Nov 17, 2013


Posted: Feb 2, 2016 01:13 AM          Msg. 4 of 9
(I'm assuming Application B has its own admin socket connection. That might be necessary.)

DTN_Tim Walter
-DTN Guru-
Posts: 1238
Joined: Apr 25, 2006


Posted: Feb 2, 2016 08:47 AM          Msg. 5 of 9
QuickTick is correct. Closing application A will have no effect on the IQFeed app's connectivity, as long as IQFeed can detect one client currently connected from any app on that PC, it will remain open.

Tim

alexdapJT
-Interested User-
Posts: 3
Joined: Feb 1, 2016


Posted: Mar 17, 2016 01:31 AM          Msg. 6 of 9
I think I cannot disconnect the socket because the IQFeed is initialized directly opening the IQFeed exe

string login = "...";
string password = "...";
string connect = JTConstants.IQProduct + login + password + JTConstants.IQConnectType;
Process.Start(JTConstants.IQApplicationName, connect);

alexdapJT
-Interested User-
Posts: 3
Joined: Feb 1, 2016


Posted: Mar 17, 2016 01:31 AM          Msg. 7 of 9
I think I cannot disconnect the socket because the IQFeed is initialized directly opening the IQFeed exe

string login = "...";
string password = "...";
string connect = JTConstants.IQProduct + login + password + JTConstants.IQConnectType;
Process.Start(JTConstants.IQApplicationName, connect);

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


Posted: Mar 17, 2016 01:44 AM          Msg. 8 of 9
We will have our developers look into this
Thanks

DTN_Tim Walter
-DTN Guru-
Posts: 1238
Joined: Apr 25, 2006


Posted: Mar 17, 2016 10:33 AM          Msg. 9 of 9
You don't need to call disconnect on the COM object's socket, but as soon as they go out of scope they will get cleaned up.

The socket.disconnect method I think is what you are looking for, and that is not exposed via the COM object currently.

Another note though on this, given that this is the last release to have updates to our COM objects, it would probably behoove you to consider doing any new development via socket code anyhow, and then you can create or delete the socket as you see fit.

Tim
 

 

Time: Tue April 23, 2024 8:04 PM CFBB v1.2.0 10 ms.
© AderSoftware 2002-2003