Quote from Sky123987:
When you see (25) 20.25 * 20.26 (50) where (25) is the bid size and (50) is the ask size say on a NY stock. Is that the size bidded on NY and the ECNs or just NY?
Quote from Sky123987:
spec,
on your activ financial when you are downloading or recording what happened do you have a valid order of events that happened...
This is what happens with my data provider and it's really annoying trying to sort through the corrections
This is what will happen
1. 20.50 * 20.55
2. then a sell market order comes in for 100 shares
3. now reads 20.50 * 20.56
however...
what my data provider records is this...
1. 20.50 * 20.55
2. now reads 20.50 * 20.56
3. then a sell market order comes in for 100 shares
with activ financial do you get the correct sequence of events?
Thanks
20.50 x 20.55 1 x 1
20.50 x 20.56 1 x 10
1s20.55 <- here comes our buy order
Quote from speculatus:
You have to look at bid_exchange field or whatever is provided by your feed (N is NYSE).
To my best knowledge, there is no such thing as "cumulative size" on bid or offer disseminated by exchange or any feed provider/broker.
Quote from HoundDogOne:
An NBBO quote must be cumulative... otherwise it would be pretty meaningless.
Since there is no "official" NBBO quote...
Each professional quote vendor compiles one from all the top liquidity centers.
Quote from speculatus:
Assuming you meant a buy order...
NYSE HYBRID always disseminated a new quote before the print (because those are essentially two different feeds, and it always takes some time to clear the trade. NYSE is still one of the slowest when it comes to trade execution.
So the right sequence is
Code:20.50 x 20.55 1 x 1 20.50 x 20.56 1 x 10 1s20.55 <- here comes our buy order
Print can be delayed as much as couple seconds, that why pure T&S reading is useless.
If your provider gives you different sequence, run away from it as fast as you can...
Quote from Sky123987:
spec,
does ACTIV ALWAYS give it in that sequence
most of the time I see it in
20.50 x 20.55 1 x 1
20.50 x 20.56 1 x 10
1s20.55 <- here comes our buy order
Quote from speculatus:
No, NBBO is not cumulative. Its price/size/time priority based quote.
Every exchange posts NBBO, but regional exchanges/ECNs usually do not, so your feed provider calculates NBBO from the latter ones.