@kayahr/ed-journal

    Interface MaterialTrade

    Base interface shared by all journal event types.

    interface MaterialTrade {
        event: "MaterialTrade";
        MarketID: number;
        Paid: {
            Category: string;
            Category_Localised?: string;
            Material: string;
            Material_Localised?: string;
            Quantity: number;
        };
        Received: {
            Category: string;
            Category_Localised?: string;
            Material: string;
            Material_Localised?: string;
            Quantity: number;
        };
        timestamp: string;
        TraderType: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "MaterialTrade"

    The type of event.

    MarketID: number
    Paid: {
        Category: string;
        Category_Localised?: string;
        Material: string;
        Material_Localised?: string;
        Quantity: number;
    }
    Received: {
        Category: string;
        Category_Localised?: string;
        Material: string;
        Material_Localised?: string;
        Quantity: number;
    }
    timestamp: string

    The time in GMT, ISO 8601.

    TraderType: string
    MMNEPVFCICPMFPCPTTAAATR