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

    Interface RetrieveBarsResponse

    interface RetrieveBarsResponse {
        bars: Bar[];
        errorCode: number;
        errorMessage: string | null;
        success: boolean;
    }
    Index

    Properties

    bars: Bar[]
    errorCode: number
    errorMessage: string | null
    success: boolean