Outcome of engine.startPreTrade.

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

Properties

Methods

Properties

ok: boolean

Whether the start stage accepted the order.

rejects: Reject[]

The rejects, empty on success.

request: undefined | Request

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

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

Methods

  • Returns void

  • Returns void