LongPort OpenAPI SDK

    Interface GetHistoryExecutionsOptions

    Options for get history executions request

    interface GetHistoryExecutionsOptions {
        symbol?: string;
        startAt?: Date;
        endAt?: Date;
    }
    Index

    Properties

    symbol?: string

    Security symbol

    startAt?: Date

    Start time

    endAt?: Date

    End time

    MMNEPVFCICPMFPCPTTAAATR