Outcome of request.execute() or engine.executePreTrade.
request.execute()
engine.executePreTrade
On success ok is true and reservation is a single-use Reservation; on rejection ok is false and rejects is non-empty.
ok
true
reservation
Reservation
false
rejects
Readonly
Whether the main stage accepted the order.
The rejects, empty on success.
The shared single-use reservation, or undefined on rejection.
undefined
Repeated reads return handles sharing the same one-shot lifecycle.
Outcome of
request.execute()orengine.executePreTrade.On success
okistrueandreservationis a single-useReservation; on rejectionokisfalseandrejectsis non-empty.