Context:
We want to understand the extraction of NBBO data from Real-Time Direct. We can get data from Real-Time Direct using its SDK.
Our Real-Time Direct username is AM2_MFMA_US07318. We raise a ticket Case 14176873, the support team requests us to post the question in this forum instead.
Main body:
Usually, for non-American market, we just look for Refinitiv's BID, ASK, BIDSIZE, ASKSIZE fields to extract the bid price, ask price, ask size and bid size. But now for the American markets, say we are trading GS.N, then we are interested two sets of bid/ask/bid size/ask size:
- the normal bid/ask/bid size/ask size from NYSE, where GS.N is normally traded
- the NBBO bid/ask/bid size/ask size from NBBOWe are aware of the existence of NBBO_IND,
how should we extract the above two sets of bid/ask/bid size/ask size with the help of the NBBO_IND field?