@openpit/engine
    Preparing search index...

    Class ExecuteResult

    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.

    Index
    ok: boolean

    Whether the main stage accepted the order.

    rejects: Reject[]

    The rejects, empty on success.

    reservation: Reservation | undefined

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

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

    • Returns void

    • Returns void