@openpit/engine
    Preparing search index...

    Interface SetAccountPnlOptions

    Runtime generic P&L accumulator assignment options.

    interface SetAccountPnlOptions {
        account: string | number | bigint | AccountId;
        pnl: string | number | bigint | Pnl;
        settlementAsset: string;
    }
    Index
    account: string | number | bigint | AccountId
    pnl: string | number | bigint | Pnl
    settlementAsset: string