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

    Interface MarketEvent<T>

    interface MarketEvent<T> {
        contractId: string;
        data: T[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    contractId: string
    data: T[]