@openpit/engine
    Preparing search index...

    Interface SetSpotFundsAccountPnlOptions

    Runtime spot-funds P&L accumulator assignment options.

    interface SetSpotFundsAccountPnlOptions {
        account: string | number | bigint | AccountId;
        state: string | number | bigint | PnlHaltReason | Pnl;
    }
    Index
    account: string | number | bigint | AccountId
    state: string | number | bigint | PnlHaltReason | Pnl