@kayahr/ed-journal

    Interface ExtendedMarket

    Extended market data written to separate 'Market.json' file.

    interface ExtendedMarket {
        CarrierDockingAccess?: string;
        event: "Market";
        Items: {
            BuyPrice: number;
            Category: string;
            Category_Localised: string;
            Consumer: boolean;
            Demand: number;
            DemandBracket: number;
            id: number;
            MeanPrice: number;
            Name: string;
            Name_Localised: string;
            Producer: boolean;
            Rare: boolean;
            SellPrice: number;
            Stock: number;
            StockBracket: number;
        }[];
        MarketID: number;
        StarSystem: string;
        StationName: string;
        StationType?: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    CarrierDockingAccess?: string
    event: "Market"

    The type of event.

    Items: {
        BuyPrice: number;
        Category: string;
        Category_Localised: string;
        Consumer: boolean;
        Demand: number;
        DemandBracket: number;
        id: number;
        MeanPrice: number;
        Name: string;
        Name_Localised: string;
        Producer: boolean;
        Rare: boolean;
        SellPrice: number;
        Stock: number;
        StockBracket: number;
    }[]
    MarketID: number
    StarSystem: string
    StationName: string
    StationType?: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR