forinvest-cli
    Preparing search index...

    Interface OrderHistory

    interface OrderHistory {
        date: string;
        details: string;
        exchange: string;
        orderId: number;
    }
    Index

    Properties

    date: string
    details: string
    exchange: string
    orderId: number