@elviejane.balmes, as point out by Nick, these CF_ fields are not available in the RDP. I could see that these are available in the RKD, but they are not in the part of streaming RDP setup. You can use other similar fields like BID, ASK, TRDPRC_1 etc.
RKD:
"BR_LINK3":null, "CF_ASK":1.2781, "CF_BID":1.278, "CF_CLOSE":1.2828, "CF_CURRENCY":"CAD", "CF_DATE":"2021-01-29", "CF_EXCHNG":"NY$", "CF_HIGH":1.2874, "CF_LAST":1.278, "CF_LOW":1.2738, "CF_NAME":"Canadian Dollar", "CF_NETCHNG":-0.0048, "CF_OPEN":1.2829, "CF_SOURCE":"DANSKE BANK COP", "CF_SRC_PAGE":"DDBA", "CF_TICK":"\u21e7", "CF_TIME":"16:34:18", "CF_VOLUME":82840,
Hello @neri.wong,
To get the description of what a field means, please refer to this RDMFieldDictionary file. The list of all the available fields depend on the instrument asset class and the listing venue itself. You can use the Data Model discovery tool to find this.
Hi @neri.wong,
Please note, the CF fields are only available on the desktop. If you plan to use streaming APIs when connected directly to RDP (Cloud), CF_ fields are not available.
I know that CF Fields are available in RKD API in Quotes, isn’t there a way to see these CF Fields as well in RDP? Can you please provide us example.