Interface SetSpotFundsAccountPnlOptions

Runtime spot-funds P&L accumulator assignment options.

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

Properties

Properties

account:
    | string
    | number
    | bigint
    | AccountId
state:
    | string
    | number
    | bigint
    | PnlHaltReason
    | Pnl