I'm using the AdxRtList COM API in my C++ application to subscribe for market data. When I subscribe for prices for any given RIC code, I immediately get RT_ITEM_STALE status passed back to the listener. I'm making the same set of calls as in the AdxRtList example, which works fine, so I have no idea what could be causing the RT_ITEM_STALE status to be sent when I make the same calls within my application.