Outcome of request.execute() or engine.executePreTrade.

On success ok is true and reservation is a single-use Reservation; on rejection ok is false and rejects is non-empty.

Properties

Methods

Properties

ok: boolean

Whether the main stage accepted the order.

rejects: Reject[]

The rejects, empty on success.

reservation: undefined | Reservation

The shared single-use reservation, or undefined on rejection.

Repeated reads return handles sharing the same one-shot lifecycle.

Methods

  • Returns void

  • Returns void