[QFJ-87] Error in Banzai in handling of Rejection Response Created: 17/Oct/06  Updated: 12/Apr/07  Resolved: 05/Nov/06

Status: Closed
Project: QuickFIX/J
Component/s: Examples
Affects Version/s: None
Fix Version/s: 1.1.0

Type: Bug Priority: Minor
Reporter: Ashish Sharma Assignee: Steve Bate
Resolution: Fixed Votes: 0
Labels: None
Environment:

NA



 Description   

In case a Replace/Cancel request is rejected then the OriginalOrdID (tag 41) of the order should be preserved and not be overwritten with new OrdID (tag 11).

The following fix is suggested

replace line 307

orderTableModel.updateOrder(order, order.getID());

in (BanzaiApplication.java :: cancelReject) with this line

orderTableModel.updateOrder(order, message.getField(new OrigClOrdID()).getValue());


Generated at Sat Nov 23 09:18:57 UTC 2024 using JIRA 7.5.2#75007-sha1:9f5725bb824792b3230a5d8716f0c13e296a3cae.