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 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 will tell others who want to go into trading that DTN ProphetX is an invaluable tool, I don't think anyone can trade without it..." - Comment from Luther
"I've been using Neoticker RT with IQFeed for two months, and I'm very happy with both of the products (I've had IQFeed for two years with very few complaints). The service from both companies is exceptional." - Comment from Public Forum
"Boy, probably spent a thousand hours trying to get ******* API to work right. And now two hours to have something running with IQFeed. Hmmm, guess I was pretty stupid to fight rather than switch all this time. And have gotten more customer service from you guys already than total from them… in five years." - Comment from Jim
"This beats the pants off CQG, I am definitely switching to the ProphetX 3.0!" - Comment from Stephen
"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
"The service is great, I see a noticeable improvement in my volume profiles over [broker]'s data feed" - Comment from Larry
"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
"Awesome response, as usual. It is a sincere and refreshing pleasure to do business with DTN, compared to your competition." - Comment from Ryan
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 »Level1 Quote API TickID Not Unique for Update Messages?
Author Topic: Level1 Quote API TickID Not Unique for Update Messages? (4 messages, Page 1 of 1)

bparvizi
-Interested User-
Posts: 2
Joined: Apr 27, 2016


Posted: Sep 14, 2016 03:09 PM          Msg. 1 of 4
Hi I am connecting to the Level1 Quote API:

1) telnet 127.0.0.1 5009

then using dynamic field sets:

2) S,SELECT UPDATE FIELDS,TickID,Total Volume,Incremental Volume,Last,High,Low,Bid,Ask,Bid Size,Ask Size,Last Trade Time

then issuing a watch command:

3) wCHK

I get data streaming:

Q,CHK,1514461,42259799,100,7.1900,7.4100,7.0100,7.1800,7.1900,31400,40600,15:46:32b,
Q,CHK,1514461,42259799,100,7.1900,7.4100,7.0100,7.1800,7.1900,31400,35100,15:46:32b,
Q,CHK,1514461,42259799,100,7.1900,7.4100,7.0100,7.1800,7.1900,31400,40600,15:46:32b,
T,20160914 15:46:34
Q,CHK,1514461,42259799,100,7.1900,7.4100,7.0100,7.1800,7.1900,31400,41000,15:46:32b,
Q,CHK,1514548,42259999,200,7.1850,7.4100,7.0100,7.1800,7.1900,31400,41000,15:46:34t,
Q,CHK,1514548,42259999,200,7.1850,7.4100,7.0100,7.1800,7.1900,31400,35500,15:46:34b,
Q,CHK,1514548,42259999,200,7.1850,7.4100,7.0100,7.1800,7.1900,31400,41000,15:46:34b,
T,20160914 15:46:35

I expected the TickID in the 3rd field to be unique for each update message, “Q”, but see the same TickID for multiple messages, for example, “1514461”. How should I interpret this? Second the “Last Trade Time” shows “b” and “t” appended to the time. What do those mean? Thanks.

bp

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


Posted: Sep 14, 2016 03:36 PM          Msg. 2 of 4
Since the MDP3.0 feed was released, the exchange has bundled trades, this masked much of what traders had come to depend on in their datafeed. In response to this, we unbundle the data locally to give you a better view of the market. The trades that are unbundled all share the same tick id. Some users who have wanted to use this as a unique field have chosen to append a .1, .2, .3, etc on the end of the tick ID when duplicates exist, but I am sure any number of other alternatives would work.

Tim

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


Posted: Sep 14, 2016 03:44 PM          Msg. 3 of 4
And as to question 2, those are related to what kind of data is included in the message. These are defined here.

http://www.iqfeed.net/dev/api/docs/docs51/Level1UpdateSummaryMessage.cfm

So I guess the real answer for this particular case, while my first answer is true, is that is the tick id of the last trade is what is shown. Hence why it changes with the 't' flagged message. The 'b' messages are bids and the tick id is not updated for those.

Tim

bparvizi
-Interested User-
Posts: 2
Joined: Apr 27, 2016


Posted: Sep 14, 2016 06:19 PM          Msg. 4 of 4
Thanks for the information, I was looking at some outdated documentation and updated my mac client to 5.2.4.2 as well. Just to confirm so I don’t double count or leave anything out, it appears an unbundled set will have the Incremental Volume calculated. Thus, for the dynamic fields:

S,SELECT UPDATE FIELDS,TickID,Total Volume,Incremental Volume,Last,High,Low,Bid,Ask,Bid Size,Ask Size,Last Trade Time

and the resulting data:

Q,CHK,1514461,42259799,100,7.1900,7.4100,7.0100,7.1800,7.1900,31400,40600,15:46:32b,
Q,CHK,1514461,42259799,100,7.1900,7.4100,7.0100,7.1800,7.1900,31400,35100,15:46:32b,
Q,CHK,1514461,42259799,100,7.1900,7.4100,7.0100,7.1800,7.1900,31400,40600,15:46:32b,

The total volume would be 100 not 300 (based on Incremental Volume field) for the Last price of 7.1900, otherwise the Total Volume would increase as well. So can I depend on the last unbundled update message starting with Q to have the correct volume for the Last price without having to do any addition myself? I expected that all TickID volume would be totalled, but that doesn’t appear to be the case for unbundled data. Thanks again for your help.

bp
 

 

Time: Thu May 9, 2024 3:02 PM CFBB v1.2.0 13 ms.
© AderSoftware 2002-2003