We are using Elektron API (EMA, Real time) and pulling VALUE_TS1
array.add(EmaFactory.createOmmArrayEntry().intValue(1010));
Should we be using another timestamp instead of this to get milli/nano sec frequency?
We are interested to get Quote time at Venue
Also we would like to confirm the quotes are updated in order, i.e. quote1 arrived at time t and quote2 arrived at time t+0.01 nanosec. Is there possibility that quote2 will be streamed before quote1?