Imported from previous forum
I am trying to create a very simple connection to look up an exchange rate. Would you say this is accurate?
8 FIX.4.4 FIX Version
9 xxx Body Length - from 35=V (inclusive) to before 10=checksum
35 001 Msg Seq Num
35 V Msg Type
49 001 Client Id
52 yyyymmdd-HH:mm:ss:uu GMT Sending Time
56 API-MD Target Comp Id
262 001 Unique request id
263 1 Subscription request type
264 0 market depth
265 1 update type
267 1 number of entry types
269 0 entry type
146 1 number of symbols
55 GBP/USD symbol
10 xx checksum
Hi
Seems fine, normally including a tenor code is good ( depends on the ECN/LP what needs to be sent.
Below is an example of a RAW message we currently use for a SPPT request:
8=FIX.4.4|9=0187|35=V|49=xxxxx|56=xxxx|34=17|52=20130429-09:18:44.263|262=GBP/JPY-xxx|263=1|264=0|265=0|146=1|55=GBP/JPY|267=2|269=0|269=1|9063=SP|10=168|
Nadeem
I am trying to create a very simple connection to look up an exchange rate. Would you say this is accurate?
8 FIX.4.4 FIX Version
9 xxx Body Length - from 35=V (inclusive) to before 10=checksum
35 001 Msg Seq Num
35 V Msg Type
49 001 Client Id
52 yyyymmdd-HH:mm:ss:uu GMT Sending Time
56 API-MD Target Comp Id262 001 Unique request id
263 1 Subscription request type
264 0 market depth
265 1 update type
267 1 number of entry types
269 0 entry type
146 1 number of symbols
55 GBP/USD symbol10 xx checksum