Chartbreaker
    Preparing search index...

    Type Alias InstrumentExplanation

    type InstrumentExplanation = {
        brokerSymbolForExchange?: { [key: string]: string };
        infoTableToken?: string;
        text: string;
        url?: string;
    }
    Index

    Properties

    brokerSymbolForExchange?: { [key: string]: string }

    List of symbols for each exchange (used by CFD/FX broker)

    infoTableToken?: string

    If available, contains a token which can be used to retrieve instrument info details ()

    text: string

    The button label for the instrument explanation

    url?: string

    If the button should link to an external URL