Interface SetAccountPnlOptions

Runtime generic P&L accumulator assignment options.

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

Properties

account:
    | string
    | number
    | bigint
    | AccountId
pnl:
    | string
    | number
    | bigint
    | Pnl
settlementAsset: string