How do I configure Java application to return the value with HH:MM:SS:MS format?

Cristille
Cristille LSEG
edited January 30 in WebSocket API

How do I configure Java application to return the value with HH:MM:SS:MS format?

Tagged:

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Cristille

    Thank you for reaching out to us.

    Please provide more information. For example:

    1. The API product that the client is using
    2. RIC and fields that relate to this question

    If you mean the Time fields when using Real-Time Websocket API, you can't change the format of the time fields.

    "TIMACT": "03:25:00",
    "ASIA_AO_MS": "22:00:00.805",
    ASIA_BH_MS": "23:12:23.313",
    "ASIA_BL_MS": "02:34:11.24",
    "ASIA_BO_MS": "22:00:00.703",
    "EURO_AH_MS": "11:50:57.328",

    The fields supporting seconds will use the "HH:MM:SS" format and the fields support milliseconds will use the "HH:MM:SS.MS" format.