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

    Interface PartialClosePositionResponse

    interface PartialClosePositionResponse {
        errorCode: number;
        errorMessage: string | null;
        success: boolean;
    }
    Index

    Properties

    errorCode: number
    errorMessage: string | null
    success: boolean