What are all the CF fields available in RDP API Pricing Streaming WM API service?

What are all the CF fields available in RDP API Pricing Streaming WM API service?

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    @Elvie Jane 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,

Answers