@openpit/engine
    Preparing search index...

    Variable SpotFundsLimitModeConst

    SpotFundsLimitMode: { Enforce: "Enforce"; TrackOnly: "TrackOnly" } = ...

    Spot-funds insufficient-funds limit mode. The string literals stay assignable.

    Type Declaration

    • ReadonlyEnforce: "Enforce"

      Enforce available-funds checks and reject insufficient funds.

    • ReadonlyTrackOnly: "TrackOnly"

      Track funds and holds, but do not reject insufficient funds.