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've been using IQFeed 4 in a multi-threaded situation for the last week or two on 2600 symbols or so with 100 simultaneous daily charts, and I have had 100% responsiveness." - Comment from Scott
"If someone needs the best quality data and backfill beyond what their broker provides at a rate that is the best in the industry, I highly recommend IQFeed." - Comment from Josh via Public Forum
"Excellent datafeed !!!" - Comment from Arely
"I have to tell you though that using the IQFeed API is about the easiest and cleanest I have seen for some time." - Comment from Jim
"You have an excellent feed. Very few spikes for Spot Forex." - Comment from Public Forum Post
"I was with ******* for 4 years at $230 a month, this is a huge savings for me, GOD BLESS YOU PEOPLE," - Comment from T.S. via Email
"I am keeping IQFeed, much better reliabilty than *******. I may refer a few other people in the office to switch as well." - Comment from Don
"I just wanted to tell you what a fine job you have been doing. While *******, from what I hear, has been down and out, off and on, IQ feed has held like a champ this week." - Comment from Shirin
"IQ feed is brilliant. The support is mind-bending. What service!" - Comment from Public Forum Post
"And by the way, have to say this. I love the IQFeed software. It's rock solid and it has a really nice API." - Comment from Thomas via RT Chat
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 »HistoryLookup for DotNet
Author Topic: HistoryLookup for DotNet (3 messages, Page 1 of 1)

AlexBellrock
-Interested User-
Posts: 8
Joined: Feb 1, 2005


Posted: Feb 1, 2005 05:01 AM          Msg. 1 of 3
I am a developer at Bellrock Capital and am getting started with the IQFeed API for DotNet.

One function we require is to retrieve a history for a given symbol (e.g. last 10 days for MSFT). From the documentation, it seems I need to use a HistoryLookup object (from DTNHistoryLookup.dll) - however, when I try adding this to my Visual Studio toolbox, this does not give me any components - possibly this is not a DotNet compatible control?

Thanks for your help,

Alex.

AlexBellrock
-Interested User-
Posts: 8
Joined: Feb 1, 2005


Posted: Feb 2, 2005 05:32 AM          Msg. 2 of 3
Replying to this one myself after some further research ...

The HistoryLookup object cannot be used as a drag and drop control from Visual Studio designer but can be used successfully in DotNet by adding a reference to DTNHistoryLookup and using code such as the follows (here in C#) :

// connect HistoryLookup object
m_historyLookup = new HistoryLookup();

// hook up HistoryLookup events
m_historyLookup.DayCompleted += new _IHistoryLookupEvents_DayCompletedEventHandler(m_historyLookup_DayCompleted);


private void m_historyLookup_DayCompleted(int noDays_, object objTime_, object objOpen_, object objClose_, object objHigh_, object objLow_, object objVolume_)
{
// handle results here
}



Alex.

DTN_Natalie_H
-DTN Evangelist-
Posts: 175
Joined: May 10, 2004

DTN Market Access, LLC.


Posted: Feb 2, 2005 11:07 AM          Msg. 3 of 3
Alex,

FYI - We provide a COM interface, and a socket interface. You may use which ever one you are more comfortable with.

Thanks!

Natalie Hannan DTN Market Access, LLC.
 

 

Time: Mon May 6, 2024 1:45 AM CFBB v1.2.0 10 ms.
© AderSoftware 2002-2003