Author |
Topic: more detailed Tick Data (4 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
HKusumakar79 Posts: 21 Joined: Feb 18, 2008 |
It would be nice to include current bid and offer price when you send Tick Data. So, the table for tick data will have Time, Price, Volume, Bid Price, Ask Price
Also it would be nice to have time come in date, hours, minutes, seconds format where seconds will be up to millisecond level. |
||||
SergeK -Developer- Posts: 475 Joined: Jan 26, 2007 |
Unfortunately, it is not possible. We do not provide historical bid/ask prices - only ticks.
Milliseconds are also not available for exchange timestamps. |
||||
DBrubaker673 Posts: 55 Joined: Jul 18, 2007 |
Serge,
I'd like to second the request for millisecond timestamps (which in a DateTime field is only accurate to about 15 msec, but that's okay). You said a year ago that exchange timestamps were not available, but 1) the current FIX protocol now provides for millisecond timestamps, so maybe that is changing? and 2) I understood your timestamps were stamped by you or your data provider, NOT by the exchange. ?? Thanks, Dale Dale |
||||
SergeK -Developer- Posts: 475 Joined: Jan 26, 2007 |
1. our current provider does not have milliseconds in the tick timestamps
2. as per provider, tick data timestamped by exchange. OEC time stamps only used in orders/fills. |
||||