@openpit/engine
    Preparing search index...

    Class InstrumentId

    Stable instrument identifier shared by OpenPit subsystems (64-bit).

    Index
    • Builds an instrument id from an exact 64-bit integer (bigint).

      Parameters

      • value: bigint

      Returns InstrumentId

    value: bigint

    Returns the raw 64-bit value as a JS bigint.

    • Returns void

    • Returns a fresh InstrumentId holding the same value.

      Returns InstrumentId

    • Returns true when both ids refer to the same instrument.

      Parameters

      Returns boolean

    • Returns void

    • Returns the decimal string form of the 64-bit value.

      Returns string