Interface BuyTradeData

Base interface shared by all journal event types.

interface BuyTradeData {
    Cost: number;
    event: "BuyTradeData";
    System: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

Cost: number
event: "BuyTradeData"

The type of event.

System: string
timestamp: string

The time in GMT, ISO 8601.