Skip to content
English
  • There are no suggestions because the search field is empty.

How are orders canceled at the end of the Blue Ocean ATS trading day?

End-of-day cancellations are identified by unsolicited cancel messages with specific FIX tags.

Orders that are done for day (DFD) are automatically canceled at the close of the Blue Ocean Session. These cancellations are identified through unsolicited cancel messages carrying the following tags:

  • MsgType [35] = 8 (Execution Report)

  • OrderStatus [39] = 4 (Cancel)

  • ExecType [150] = 4 (Cancel)

  • CustomCancelReasonCode [21004] = 4 (EndOfTrading)

These tags indicate the order was canceled due to the end of the trading session.