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)




"You have an excellent product !!!!!!" - Comment from Arely
"Its working FABULOUSLY for me!! Holy cow...there has been so much I've been missing lately, and with this feed and Linnsoft software...I'm in the game now." - Comment from Chris R.
"You are much better than lawyers or the phone company because you answer the phone when I call! I just love your customer service." - Comment from Isreal
"I would just like to say that IQFeed version 4 is running very well and I am very happy with its performance. I would also like to extend a big thanks for the fast and efficient help that I always receive. My questions and concerns are always addressed promptly. Way to go!" - Comment from Josh in CO.
"You are either overstaffed or people just don't have problems with your feed because customer support always answers the phone quickly." - Comment from Jay via Email
"I am very happy I changed. I love the product, but more so I am thrilled with Tech Support. You are knowledgeable, polite, pleasant and professional." - Comment from Pat
"I had always used ******* but for the past 2 weeks have been trying DTN IQFeed. Customer support has been extraordinary. They call just to make sure your problem hasn't recurred." - Comment from Public Forum
"DTN feed was the only feed that consistently matched Bloomberg feed for BID/ASK data verification work these past years......DTN feed is a must for my supply & demand based trading using Cumulative Delta" - Comment from Public Forum Post
"Thanks for the great product and support. During this week of high volume trading, my QuoteTracker + IQ Feed setup never missed a beat. Also, thanks for your swiftness in responding to data issues. I was on ******* for a few years before I made the switch over early this year, and wish I had done it a long time ago." - Comment from Ken
"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
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: Tue April 23, 2024 11:36 AM CFBB v1.2.0 8 ms.
© AderSoftware 2002-2003