Interface SetSpotFundsAccountPnlOptions

Runtime spot-funds P&L accumulator assignment options.

interface SetSpotFundsAccountPnlOptions {
    account:
        | string
        | number
        | bigint
        | AccountId;
    accountCurrency: string;
    pnl:
        | string
        | number
        | bigint
        | Pnl;
}

Properties

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