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 feed. Very few spikes for Spot Forex." - Comment from Public Forum Post
"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'm very glad I switched to IQFeed. It's working perfectly with no lag, even during fast market conditions." - Comment from Andy via Email
"I "bracket trade" all major news releases and I have not found one lag or glitch with DTN.IQ feed. I am very comfortable with their feed under all typical news conditions (Fed releases, employment numbers, etc)." - Comment from Public Forum
"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
"Can I get another account from you? I am tired of ******* going down so often" - Comment from George
"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
"I am enjoying the feed very much - so superior to the broker provided feed I was previously using." - Comment from George
"I am very pleased with the DTNIQ system for quotes and news." - Comment from Larry
"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 »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: Sat May 18, 2024 2:08 AM CFBB v1.2.0 9 ms.
© AderSoftware 2002-2003