Longbridge OpenAPI SDK
    Preparing search index...

    Interface GetAllExecutionsOptions

    Options for get all executions request

    interface GetAllExecutionsOptions {
        symbol?: string;
        orderId?: string;
        startAt?: Date;
        endAt?: Date;
        page?: number;
    }
    Index
    symbol?: string

    Security symbol

    orderId?: string

    Order id

    startAt?: Date

    Start time

    endAt?: Date

    End time

    page?: number

    Page number