Are there any methods to get this data?
I'm specifically interested in the total imbalance in bid/ask, so I'd like to sum up all the sizes and do some weighting based upon the difference between the current price and the bid and ask prices for the sizes in the Level II rows.
So I would need the columns 'Price' and 'Size' (both separated in bid and ask).

Comment