Topics

Forum Topics not found

Replies

Replik
17 Jan 2021, 18:57

FIX API Marketing Data Request

Hello,

I am using this thread for a similar question, I can successfully retrieve fixing data using a FIX engine except for the following products. I have added the Instrument identificator provided on the platform for each of them.

Here is the returned error message for these products:

SYMBOL_NOT_FOUND:Symbol not found with id 1289 

Here is, for instance, my request for AUDDKK:

8=FIX.4.4|9=143|35=V|49=fxpro.[my account ref]|56=cServer|34=19|52=20210117-16:53:26.574|57=QUOTE|50=QUOTE|262=AUDDKK|263=1|264=1|265=1|146=1|55=1289|267=2|269=0|269=1|10=211

Is there a reason, other than a mistake in my code, to explain why I am failing to get the data for these products?

'AUDDKK':1289, 
'AUDPLN':1290, 
'AUDSGD':1085, 
'CHFPLN':1086, 
'CHFSGD':1291, 
'EURCZK':1080, 
'EURRUB':1083, 
'EURSGD':1087, 
'GBPDKK':1088, 
'GBPPLN':1089, 
'GBPSEK':1090, 
'NOKSEK':1092, 
'NZDSGD':1069, 
'PLNJPY':1091, 
'USDCNH':1082, 
'USDCZK':1081, 
'USDDKK':1070, 
'USDHUF':1071, 
'USDILS':1292, 
'USDRUB':1084, 
'USDTHB':1313

Thank you

Best regards


@Replik