Chartbreaker
    Preparing search index...

    Interface OrderListFilter

    interface OrderListFilter {
        commonSettingsFormValues?: any;
        fulltextQuery?: string;
        instrumentFilter?: InstrumentFilter;
        pxDateRange?: { from?: string; to?: string };
        pxTradeModeCombine?: boolean;
        pxTransactionType?: string;
    }
    Index

    Properties

    commonSettingsFormValues?: any
    fulltextQuery?: string
    instrumentFilter?: InstrumentFilter
    pxDateRange?: { from?: string; to?: string }

    Only for PX portfolios trades: date range. If not present, creation-now.

    pxTradeModeCombine?: boolean

    Only for PX portfolio trades: combine/pyramidize transactions.

    pxTransactionType?: string

    Only for PX portfolios: filter by transactionType(s).