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

    Interface SearchContractsResponse

    interface SearchContractsResponse {
        contracts: Contract[];
        errorCode: number;
        errorMessage: string | null;
        success: boolean;
    }
    Index

    Properties

    contracts: Contract[]
    errorCode: number
    errorMessage: string | null
    success: boolean