Chartbreaker
    Preparing search index...

    Type Alias LinkToOpenSellOrdersSuggestion

    type LinkToOpenSellOrdersSuggestion = {
        instrumentId: string;
        portfolioId: string;
        type: "showOpenOrders";
    }
    Index

    Properties

    instrumentId: string
    portfolioId: string
    type: "showOpenOrders"