|
From: Nik G. <nik...@gm...> - 2020-04-15 07:44:58
|
Fuad, Breaking apart the error you've got... 45=24 : field 45 (RefSeqNum) is the sequenceId of the message being rejected 371=35 : field 371 (RefTagID) is the tag number of the field that has an incorrect value 372=72 : field 372 (RefMsgType) is the message type of the message being rejected So the receiver of the message thinks that they have received 35=72 as part of your message. Interestingly that is the ASCII value of 'H' so I would guess that either you are sending it as ascii or they are processing it as ascii. Nik On Wed, 15 Apr 2020 at 07:33, Fuad Azhar <fua...@gm...> wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J <http://www.quickfixj.org/documentation/QuickFIX/J> Support: > http://www.quickfixj.org/support/ > > > dear all of quickfixj-user, > > i have question about when i send my broker for orderstatusrequest > > 8=FIX.4.2^A9=115^A35=H^A34=24^A49=TRValueTrade2UAT1^A52=20200415-06:20:34.146^A56=Fastmatch1^A11=VT_020^A37=862337082^A40=1^A54=1^A55=EUR/USD^A10=006^A > > i got error like this one > 8=FIX.4.2^A9=121^A35=3^A34=2411^A49=Fastmatch1^A52=20200415-06:20:34.156^A56=TRValueTrade2UAT1^A45=24^A371=35^A372=72^A58=Unsupported > message type^A10=009^A why like that ? i have check all of my broker > document that request are all of the request. > > best regards, > > Fuad > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users > |