Chartbreaker
    Preparing search index...

    Type Alias BoerseGoPortfolioPushData

    type BoerseGoPortfolioPushData = {
        _t: number;
        bC: number;
        c?: [number, string, string];
        C: number;
        error?: any;
        m?: { msg?: string; ok?: boolean; s?: number };
        n: string;
        q: number;
        q0: number;
        u: number;
    }
    Index

    Properties

    Properties

    _t: number

    unixtimestamp of last notified change in this service, this value is hacky... but can be used to reload client data as it is increased if a action is done in the depot

    bC: number

    baseCapital

    c?: [number, string, string]

    currency: [currencyId, currencySymbol, currencyIso]

    C: number

    Cash

    error?: any

    (probably temporary) error

    m?: { msg?: string; ok?: boolean; s?: number }

    Meta data

    Type Declaration

    • Optionalmsg?: string
    • Optionalok?: boolean
    • Optionals?: number

      0=data ready, 1=loading, 2=error

    n: string

    Name of the portfolio

    q: number

    Current value

    q0: number

    quote yesterday including intraday cashins/cashouts: q0:s.lastTradingDayTotalValue+s.currentBaseCapital-s.lastTradingDayBaseCapital

    u: number

    Owner