Hi developers
What does the fields 'PRIMACT_1', 'MID_PRICE', 'CLOSE_BID', 'CLOSE_ASK' and 'HST_CLOSE' show?
I have to get the details Last Trade Price, Close price of previous day , close ask and close bid of previous day.
I was consulting some expert from Refinitiv they gave me hints to check these fields (OMM stream)
on run-time websocket provides:
[REFINITIV] {'BID': 19146.68, 'PRIMACT_1': 19146.68, 'ASK': 19187.09, 'MID_PRICE': 19166.89, 'QUOTIM': '13:25:14', 'QUOTIM_MS': 48314951} ; BTCUSD
or
{'PRIMACT_1': 19165} ; for BTCc1
now previous day values seams to be available only on Refresh message with snap-shot.
Instrument HST_CLOSE BID ASK CLOSE_BID CLOSE_ASK HSTCLSDATE MID_PRICE PRIMACT_1 QUOTIM QUOTIM_MS 0 BTC= 19058.98 19164.0 19174.0 19058.98 19080.64 2022-09-27 19169.0 19164.0 13:25:00 48300572
can someone explain what exactly each field meaning ?
Thanks
Ori