@openpit/engine
    Preparing search index...

    Interface PolicyAccountOutcomeEntry

    Plain-object form accepted wherever a policy returns an account outcome.

    interface PolicyAccountOutcomeEntry {
        asset: string;
        averageEntryPrice?: string | number | bigint | Price;
        balance?: OutcomeAmount | PolicyOutcomeAmount;
        held?: OutcomeAmount | PolicyOutcomeAmount;
        incoming?: OutcomeAmount | PolicyOutcomeAmount;
        realizedPnl?: PnlOutcome | PolicyPnlOutcome;
    }
    Index
    asset: string
    averageEntryPrice?: string | number | bigint | Price