Interface GetHistoryExecutionsOptions

Options for get histroy executions request

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

Properties

symbol?: string

Security symbol

startAt?: Date

Start time

endAt?: Date

End time