napoleon
-Interested User-
Posts: 9
Joined: Mar 27, 2021
|
Posted: Mar 31, 2021 11:59 PM
Msg. 12 of 16
I am referring to times in Eastern Time Zone. The RIDE Volume errors were visible using your own Time and Sales app. You have to have extended hours turned on in the settings since they are after 16:00 EST. I rechecked today and they are fixed. Maybe someone from your data team read my post before you did and snuck in the correction ;)
In case you want to know for preventing it in the future, here is a sample of what was downloaded yesterday (raw text data downloaded using IQML with all parsing turned off): (The last field is volume - note the reset on the first tick after 16:30 EST: Timestamp,Last,Bid,Ask,LastSize,BasisForLast,TradeConditions,TradeMarketCenter,TickID,TotalVolume 2020-10-26 16:28:49.933475,18.8100,18.8100,18.9000,1,O,874717,26,6139,4959655 2020-10-26 16:28:49.933484,18.8100,18.8100,18.9000,25,O,874717,26,6140,4959680 2020-10-26 16:28:49.933828,18.8100,18.8100,18.9000,69,O,8717,11,1987,4959749 2020-10-26 16:30:21.641880,18.8200,0.0000,0.0000,25,O,874717,26,6141,25 2020-10-26 16:30:21.642753,18.8100,0.0000,0.0000,31,O,8717,11,1988,56 2020-10-26 16:30:21.643587,18.8000,0.0000,0.0000,444,E,1747,26,6142,500
Here are the same ticks downloaded today (identical except for the volume field does not reset): Timestamp,Last,Bid,Ask,LastSize,BasisForLast,TradeConditions,TradeMarketCenter,TickID,TotalVolume 2020-10-26 16:28:49.933475,18.8100,18.8100,18.9000,1,O,874717,26,6139,4959655 2020-10-26 16:28:49.933484,18.8100,18.8100,18.9000,25,O,874717,26,6140,4959680 2020-10-26 16:28:49.933828,18.8100,18.8100,18.9000,69,O,8717,11,1987,4959749 2020-10-26 16:30:21.641880,18.8200,18.8000,18.8900,25,O,874717,26,6141,4959774 2020-10-26 16:30:21.642753,18.8100,18.8000,18.8900,31,O,8717,11,1988,4959805 2020-10-26 16:30:21.643587,18.8000,18.8000,18.8900,444,E,1747,26,6142,4960249
This reset was there yesterday on all 5 days that you just restored that were missing (Oct 26-30 2020) at the 16:30 EST transition and 17:20 EST transition. They are all fixed as of today.
Also, I retested the NO DATA reliability issue I mentioned yesterday and it is also fixed. I now have perfect reliability when querying these days, whereas yesterday it was failing more than half the time (only on those 5 days for RIDE - not other days or symbols). Maybe it finished propagating to your other servers.
Anyway, it is correct now so no need for further fixes for RIDE. Thank you to whoever fixed it :)
The SCR formatting issues don't appear in time and sales because it appears to apply a fixed number of digits as part of it's display formatting, even if the raw underlying data does not have them. I've already fixed my parsing for SCR so it's not important to me anymore, I just mentioned it in case you want to maintain formatting consistency to prevent parsing errors for your other users. The formatting I am talking about are the raw unparsed characters as sent over the API from IQConnect and logged when queried using IQML. SCR on 2021_02_24 is the only day out of hundreds of thousands I've downloaded that is formatted this way. It is still showing up like this today after redownloading. Here is a sample (Note the inconsistent number of digits on last price ranging between 0 and 4):
Timestamp,Last,Bid,Ask,LastSize,BasisForLast,TradeConditions,TradeMarketCenter,TickID,TotalVolume 2021-02-24 09:30:17.815000,31.6375,0.00,0.00,50,O,87,3,37292,2656 2021-02-24 09:30:20.038000,32,0.00,0.00,200,C,01,3,38668,2856 2021-02-24 09:30:20.099000,31.7974,0.00,0.00,50,O,87,3,38699,2906 2021-02-24 09:30:28.077000,31.5,0.00,0.00,50,O,87,3,41996,2956 2021-02-24 09:30:28.484000,31.64,0.00,0.00,50,O,87,3,42046,3006
Here is a sample from the previous day (and is consistent with all other days). Notice there that even if the price is a whole integer dollar amount, there are always exactly 4 digits after the decimal point for Last Price, and for Bid and Ask: Timestamp,Last,Bid,Ask,LastSize,BasisForLast,TradeConditions,TradeMarketCenter,TickID,TotalVolume 021-02-23 09:32:34.045000,29.3731,0.0000,0.0000,100,C,01,3,98963,46312 2021-02-23 09:32:34.046000,29.3730,0.0000,0.0000,950,C,01,3,98967,47262 2021-02-23 09:32:36.059000,29.0000,0.0000,0.0000,100,C,01,3,99346,47362 2021-02-23 09:32:36.060000,29.0000,0.0000,0.0000,75,O,87,3,99349,47437 2021-02-23 09:32:44.049000,28.8000,0.0000,0.0000,1,O,87,3,101063,47438
|