ohlc.close of the quote endpoint is the closing price of the instrument from the last trading day. For more details, please refer to the documentation.
I think the quantities may be zero in the holdings because they are all MTF, and the MTF section is not being put into the Holding POJO yet. Is this as expected for MTF ? I have bought one cash posit…
No, bid-specific detail won't be available in the historical data APIs, but the total volume. All fields available for the historical chart data can be referred to in the documentation.
OHLC is the day's OHLC. It updates, only when there is a change in the open, high, low, or close price of the whole day, it doesn't update with every tick. Go through the documentation here.