The timestamp is unix epoch plus milliseconds. So, dividing by 1000
gives the standard unix epoch. You can search for how to convert
epoch to a .net date.
toggle quoted message
Show quoted text
?
Guys,
It seems like I cannot find what time format is
used in the tickString RTVolume:
Here
is an example of the RTVolume formatting for AAPL:
RTVolume=701.28;1;1348075471534;67854;701.46918464;true
How do I convert it to the DateTime of C#?
Tried many things.
Thanks