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

    Interface Contract

    interface Contract {
        activeContract: boolean;
        description: string;
        id: string;
        name: string;
        tickSize: number;
        tickValue: number;
    }
    Index

    Properties

    activeContract: boolean
    description: string
    id: string
    name: string
    tickSize: number
    tickValue: number