topstepx-api - v1.0.0
    Preparing search index...

    Interface RetrieveBarsRequest

    interface RetrieveBarsRequest {
        contractId: string;
        endTime: string;
        includePartialBar: boolean;
        limit: number;
        live: boolean;
        startTime: string;
        unit: BarUnit;
        unitNumber: number;
    }
    Index

    Properties

    contractId: string
    endTime: string
    includePartialBar: boolean
    limit: number
    live: boolean
    startTime: string
    unit: BarUnit
    unitNumber: number