Imported from previous forum
Hello,
Is it possible to add more tags to Bussiness Message Reject Message (Msgtype=j)?
like (tag 11 - ClOrdID) or some other tags that can give some more details about the rejected message?
Thanks,
Limor Alon
TASE
Identifiers like Tag 11 can be referenced in Tag 379.
Hello Limor,
In general:
To reject a NewOrderSingle(35=d) please use ExecutionReport(35=8) [instead of BusinessMessageReject(35=j)]
To reject a ExecutionReport(35=8) please use ExecutionReportAcknowledgement(35=BN) [instead of BusinessMessageReject(35=j)]
To reject an OrderCancelReject(35=9) message, use a BusinessMessageReject(35=j) having the ClOrderID(11) value of the OrderCancelReject(35=9) message in tag BusinessRejectRefID(379) of the BusinessMessageReject(35=j).
For more details please refer to section Business Message Reject in volume 1 of <FIX 5.0 Service Pack 2 with 20110818 Errata Specification - Volume 1>
It is available in: http://www.fixtradingcommunity.org/pg/structure/tech-specs/fix-version/50-service-pack-2
I hope this helps
Yuval
Hello Limor,
In general:
To reject a NewOrderSingle(35=d) please use ExecutionReport(35=8) [instead of BusinessMessageReject(35=j)]
To reject a ExecutionReport(35=8) please use ExecutionReportAcknowledgement(35=BN) [instead of BusinessMessageReject(35=j)]
To reject an OrderCancelReject(35=9) message, use a BusinessMessageReject(35=j) having the ClOrderID(11) value of the OrderCancelReject(35=9) message in tag BusinessRejectRefID(379) of the BusinessMessageReject(35=j).
For more details please refer to section Business Message Reject in volume 1 of: FIX 5.0 Service Pack 2 with 20110818 Errata Specification - Volume 1
It is available in: http://www.fixtradingcommunity.org/pg/structure/tech-specs/fix-version/50-service-pack-2
I hope this helps
Yuval
P.S.: Please post such posts in the FIX semantics discussion board in: http://www.fixtradingcommunity.org/pg/discussions/171099/fix-semantics/
Thanks