Order status

Order statuses on Exchange:

  • ACC = order accepted by the Exchange

  • OPEN = order successfully inserted into the order book

  • SCHEDULED_CANCEL = order scheduled to be cancelled

  • CANCELLED = order was successfully cancelled and removed from the order book

  • PARTIALLY_FILLED = order was partially filled

  • FILLED = order was fully filled

  • CLOSED = order was closed (in case of taker orders)

  • NOT_PROCESSED = order not yet processed by matching engine or order was invalid and rejected by exchange

  • EXPIRED = order might expire in case of STP

Additional statutes that are only used in fill streams

  • FAILED_ROLLUP = part of the order (trade) has failed due to an issue

  • REIMBURSE = part of the order has failed (trade) due to an issue, compensation will be provided to the maker providing liquidity for the affected trade (see Penalties section here)

Last updated