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

    Interface PartialClosePositionRequest

    interface PartialClosePositionRequest {
        accountId: number;
        contractId: string;
        size: number;
    }
    Index

    Properties

    accountId: number
    contractId: string
    size: number