Hi,
The live data from RDP Websocket feed is in the format of :
JPY10YOIS=,Market Price,2015-01-15T01:42:15.503648000Z,+0,Raw,UPDATE,UNSPECIFIED,,,,2668,,3406,21 ,,,,FID,11,,NETCHNG_1,-0.0256, ,,,,FID,22,,BID,0.2469, ,,,,FID,25,,ASK,0.2869, ,,,,FID,56,,PCTCHNG,-9.39, ,,,,FID,130,,DURATION,-9.899, ,,,,FID,134,,MID_PRICE,0.2669, ,,,,FID,270,,ACT_TP_1,27,#42FE# ,,,,FID,275,,SEC_ACT_1,0.2869, ,,,,FID,280,,SC_ACT_TP1,17," A" ,,,,FID,393,,PRIMACT_1,0.2469, ,,,,FID,826,,DLG_CODE1," ", ,,,,FID,831,,CTBTR_1,"BROKER ", ,,,,FID,836,,CTB_LOC1,GFX, ,,,,FID,841,,CTB_PAGE1,BRKR, ,,,,FID,875,,VALUE_DT1,2015-01-15, ,,,,FID,996,,GEN_VAL1,, ,,,,FID,997,,GEN_VAL2,, ,,,,FID,999,,GEN_VAL4,0.2669, ,,,,FID,1010,,VALUE_TS1,01:42:15.000000000, ,,,,FID,1030,,GEN_VAL6,-0.81, ,,,,FID,3838,,PV01,985.6999,
while "quotes" exported from datascope has a format of:
Where can I find mappings between the two format? It's sort of difficult to manually look up specs and try to translate.
Thanks