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

    Interface OrderUpdate

    interface OrderUpdate {
        accountId: number;
        contractId: string;
        creationTimestamp: string;
        id: number;
        limitPrice: number | null;
        side: OrderSide;
        size: number;
        status: OrderStatus;
        stopPrice: number | null;
        type: OrderType;
        updateTimestamp: string | null;
    }
    Index

    Properties

    accountId: number
    contractId: string
    creationTimestamp: string
    id: number
    limitPrice: number | null
    side: OrderSide
    size: number
    status: OrderStatus
    stopPrice: number | null
    type: OrderType
    updateTimestamp: string | null