Uploaded image for project: 'QuickFIX/J'
  1. QuickFIX/J
  2. QFJ-87

Error in Banzai in handling of Rejection Response

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.1.0
    • Component/s: Examples
    • 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());

        Attachments

          Activity

            People

            • Assignee:
              admin Steve Bate
              Reporter:
              ashish01 Ashish Sharma
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: