@openpit/engine
    Preparing search index...

    Class StartResult

    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.

    Index
    ok: boolean

    Whether the start stage accepted the order.

    rejects: Reject[]

    The rejects, empty on success.

    request: Request | undefined

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

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

    • Returns void

    • Returns void