Nado Typescript SDK Documentation
    Preparing search index...

    Interface GetEngineSymbolsParams

    interface GetEngineSymbolsParams {
        productType?: ProductEngineType;
        productIds?: number[];
    }
    Index

    Properties

    productType?: ProductEngineType
    productIds?: number[]