There somewhere explanation reject codes of Reject message ?

Imported from previous forum

Hi,

Could you please tell me, following message is garbled message or message with “Invalid tag number” ?

FIXT.1.1|9=52|35=0|34=2|4garbled9=TW|52=|56=ISLD|10=0|

If the first case we have to ignore this message but in the second case we must send Reject message

Hi,

Could you please tell me, following message is garbled message or message with “Invalid tag number” ?

FIXT.1.1|9=52|35=0|34=2|4garbled9=TW|52=|56=ISLD|10=0|

If the first case we have to ignore this message but in the second case we must send Reject message

Is this the actual message, or did you contrive values for tags 9 and 10?

Hi,

Could you please tell me, following message is garbled message or message with “Invalid tag number” ?

FIXT.1.1|9=52|35=0|34=2|4garbled9=TW|52=|56=ISLD|10=0|

If the first case we have to ignore this message but in the second case we must send Reject message

Is this the actual message, or did you contrive values for tags 9 and 10?

[ original email was from Jasper Grootaers - jumpergrog@gmail.com ]
> > > Hi,

Could you please tell me, following message is garbled message or message with “Invalid tag number” ?

FIXT.1.1|9=52|35=0|34=2|4garbled9=TW|52=|56=ISLD|10=0|

If the first case we have to ignore this message but in the second case we must send Reject message

Is this the actual message, or did you contrive values for tags 9 and 10?

Can you clarify the query is here please? What are you looking for/trying to achieve? Do you want to know what to do with this message?

As per FIX_Transport_1.1.pdf:

What constitues a garbled message

BeginString (tag #8) is not the first tag in a message or is not of the format 8=FIXT.n.m.

BodyLength (tag #9) is not the second tag in a message or does not contain the correct byte count.

MsgType (tag #35) is not the third tag in a message.

Checksum (tag #10) is not the last tag or contains an incorrect value.

If the MsgSeqNum (tag #34) is missing a logout message should be sent terminating the FIX Connection, as this indicates a serious application error that is likely only circumvented by software modification.

Hi,

Could you please tell me, following message is garbled message or message with “Invalid tag number” ?

FIXT.1.1|9=52|35=0|34=2|4garbled9=TW|52=|56=ISLD|10=0|

If the first case we have to ignore this message but in the second case we must send Reject message

Is this the actual message, or did you contrive values for tags 9 and 10?

Can you clarify the query is here please? What are you looking for/trying to achieve? Do you want to know what to do with this message?