@openpit/engine
    Preparing search index...

    Class QuoteResolution

    Resolution mode controlling which quote buckets a read may fall through to.

    Exposes the canonical wire strings as static singletons; reads accept the same strings directly.

    Index
    • Returns void

    • Returns a fresh resolution wrapper holding the same mode.

      Returns QuoteResolution

    • Returns void

    • Returns the canonical wire string for this resolution.

      Returns string

    • Consults the per-account bucket, then the account's group bucket.

      Returns QuoteResolution

    • Consults the per-account bucket, then the group bucket, then default.

      Returns QuoteResolution

    • Parses a resolution from its wire string.

      Errors

      Throws RangeError on an unknown value.

      Parameters

      • value: string

      Returns QuoteResolution