Hi,

I’m looking into how to get bid-ask spread based on Quote Tick data. But I noticed that in each quote tick, it has either bid or ask, but not both. Is it expected for QC’s quote tick? I do see in some other data provider quote data has both bid and ask.

if this is expected, I guess the correct way is to store latest bid and ask data separately and then calculate the spread?

thanks!