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
"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
"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
"Previously I was using *******. IQFeed is WAY more economical, and for my charting needs is just as good, if not better." - Comment from Public Forum Post
"I have been using IQFeed now for a few years in MultiCharts and I have zero complaints. Very, very rare to have any data hiccups or anything at all go wrong." - Comment from Public Forum
"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.
"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 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
"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
"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.
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
Viewing User Profile for: oxford
About Contact
Joined: Oct 4, 2013 04:13 AM
Last Post: May 16, 2014 10:43 AM
Last Visit: Dec 11, 2014 12:55 PM
Website:  
Location:
Occupation:
Interests:
Email: lirimosmani@hotmail.com
AIM:
ICQ:
MSN IM:
Yahoo IM:
Post Statistics
oxford has contributed to 12 posts out of 21196 total posts (0.06%) in 3,879 days (0.00 posts per day).

20 Most recent posts:
Data and Content Support » Treasuries Quote Format May 16, 2014 10:43 AM (Total replies: 0)

Hi

Is there any spec about formatting, etc. for treasury quotes delivered?

Thanks,
O

IQFeed Developer Support » COM > Level 1>OnUpdateMsg Feb 19, 2014 08:58 AM (Total replies: 0)

Hi,

Connecting thru sockets, usually multiple messages are sent (received). By currently using COM I experience that I'm always receiving only one update message. It this true that the COM event is fired for every single message?

Best,
O

IQFeed Developer Support » OHLC for today Feb 4, 2014 10:20 AM (Total replies: 7)

Hi Tim,

Can you point me to the right example? I'm trying to get the OHLC for the day only (so smaller interval). Using ReqHistoryDailyTimeframe I'm not able to receive the current day (last day = previous day).

Many thanks again.

IQFeed Developer Support » OHLC for today Feb 4, 2014 08:57 AM (Total replies: 7)

Hi Tim,

Yes, this is the case. Can I get openning times from the feed?

Thanks.

IQFeed Developer Support » OHLC for today Feb 4, 2014 08:14 AM (Total replies: 7)

Some background may be helpful:

Looking at IQWatchQuote I see ES opened at 1738.25, but the first tick I receive for today tradet has a last price of 1740.50.

Probably I'm misunderstanding something.
Edited by oxford on Feb 4, 2014 at 08:36 AM

IQFeed Developer Support » OHLC for today Feb 4, 2014 08:11 AM (Total replies: 7)

Hi,

What is the best way to get OHLC data for current trading day?

Thanks!

IQFeed Developer Support » Same tick sent multiple times (Dynamic Fields) Oct 10, 2013 08:05 AM (Total replies: 1)

Hi,

I'm using your C++ console example and simply print (cout) the message received. Prior to this I define a dynamic field set, and its delivery format seems to work.

However, what I encounter is, that I receive EXACTLY the same tick update multiple times (whith the same time stamp). Why is this?

To reproduce this, take your sample console app and define your field set (S,SELECT UPDATE FIELDS,Last TimeMS,Last Size,TickID,Message Contents\r\n).

Thanks,
Oxford

IQFeed Developer Support » C++ Suggested Libraries, Speed Oct 8, 2013 03:52 PM (Total replies: 6)

Hi Stargrazer,

Thanks for your reply.

It looks like the loop is the fast way - for now. I've to test some other search algos.

I've not highly experience with boost, so it remains to make some practical tests. Regarding casting, there are faster ways than lexical_cast, however boost::spirit can maybe make a difference.

Best,
Oxforx

IQFeed Developer Support » C++ Suggested Libraries, Speed Oct 8, 2013 03:40 PM (Total replies: 6)

I used strtok in combination with a loop to find the next position of the delimiter. But as you say, it copies around and that needs time.

My goal is to find the fastest way how to convert a char[] or string into a qualified structure (struct/class object), and then calculate further. Other issues I'm awaiting to have would be string conversions into doubles, etc. It's more a test and see which design approach to take. My utlimate goal is an analysis of times and sales data.

IQFeed Developer Support » C++ Suggested Libraries, Speed Oct 8, 2013 02:15 PM (Total replies: 6)

Hi Tim,

Thanks for your reply.

I'm using the char array, and the best performance was achieved by using strtok (<cstring>), which does not satisfy. My goal is to split the char array before the next update is sent.

What do you mean by "inline processing"? Any hint or example?

Thanks again,
Oxford

IQFeed Developer Support » C++ Suggested Libraries, Speed Oct 8, 2013 09:18 AM (Total replies: 6)

Hi,

I'm a new developer with IQFeed and currently playing aroundwith the provided examples.

I'm focused on working mostly with the Level1 feed and kindly ask all readers, if you can suggest me your preferred libraries you work with.

Currently I'm looking for a really fast string library (VC11) and it's just too slow . I've googled around and tried some libs, but I'm no not really happy - considering the speed of the feed updates we receive. I've left some promising string algos to test. Main concerns are splitting and conversion function.

I'm further highly curious to know of your experience with COM vs. SOCKET, with regards to speed? How much is the difference in speed?

Thanks in advance!

IQFeed Developer Support » C++ Samples Oct 7, 2013 09:06 AM (Total replies: 2)

Hi Mvega,

Are you implementing any AMT concepts?

Best,
Oxford


Time: Fri May 17, 2024 5:17 AM CFBB v1.2.0 10 ms.
© AderSoftware 2002-2003